Html Css Color HEX #AB0F4A Jazzberry Jam

📋 copy color: '#AB0F4A'

red 171 ◦ green 15 ◦ blue 74

#AB0F4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AB0F4A

Tints of Jazzberry Jam #AB0F4A

RGB

 RED value IS 171 (67.19% from 255) = 65.77%

 GREEN value IS 15 (6.25% from 255) = 5.77%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 65.77%
G = 5.77%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB0F4A (or 0xAB0F4A) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 4A. RGB value is (171,15,74). Sum of RGB (Red+Green+Blue) = 171+15+74=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F4A is #54F0B5. Grayscale: #444444. Windows color (decimal): -5566646 or 4853675. OLE color: 4853675.

HSL color Cylindrical-coordinate representation of color #AB0F4A: hue angle of 337.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F4A is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 15 74 -
CMYK 0 0.91 0.57 0.33
HSL 337.31º 0.84% 0.36% -
HSV(B) 337.31º 0.91% 0.67% -
XYZ 18.2 9.49 7.35 -
YUV 68.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 171 15 74 0 0.91 0.57 0.33 337.31 0.84 0.36
Hex AB F 4A 0 5B 39 21 151 54 24
Octal 253 17 112 0 133 71 41 521 124 44
Binary 10101011 1111 1001010 0 1011011 111001 100001 101010001 1010100 100100

Color Harmonies of #AB0F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F4A

Black with #AB0F4A

Text Example


Text Example

White with #AB0F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F4A; }

 p { color: rgb(171,15,74); }

 H1.HeaderClassName
 {
   color: #AB0F4A;
 }
 .AnyTagClassName
 {
   color: #AB0F4A;
 }
</style>

background-color css

<style>
 a { background-color: #AB0F4A; }

 a { background-color: rgb(171,15,74); }

 div.DivClassName
 {
   background-color: #AB0F4A;
 }
 .BgClassName
 {
   background-color: #AB0F4A;
 }
</style>

border-color css

<style>
 span { border-color: #AB0F4A; }

 span { border-color: rgb(171,15,74); }

 td.TdClassName
 {
   border-color: #AB0F4A;
 }
 .TagClassName
 {
   border-color: #AB0F4A;
 }
</style>