Html Css Color HEX #AB1476 Jazzberry Jam

📋 copy color: '#AB1476'

red 171 ◦ green 20 ◦ blue 118

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

Shades of Jazzberry Jam #AB1476

Tints of Jazzberry Jam #AB1476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 55.34%
G = 6.47%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB1476 (or 0xAB1476) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 76. RGB value is (171,20,118). Sum of RGB (Red+Green+Blue) = 171+20+118=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1476 is #54EB89. Grayscale: #4C4C4C. Windows color (decimal): -5565322 or 7738539. OLE color: 7738539.

HSL color Cylindrical-coordinate representation of color #AB1476: hue angle of 321.06º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1476 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 118 -
CMYK 0 0.88 0.31 0.33
HSL 321.06º 0.79% 0.37% -
HSV(B) 321.06º 0.88% 0.67% -
XYZ 20.31 10.47 18.09 -
YUV 76.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 171 20 118 0 0.88 0.31 0.33 321.06 0.79 0.37
Hex AB 14 76 0 58 1F 21 141 4F 25
Octal 253 24 166 0 130 37 41 501 117 45
Binary 10101011 10100 1110110 0 1011000 11111 100001 101000001 1001111 100101

Color Harmonies of #AB1476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1476

Black with #AB1476

Text Example


Text Example

White with #AB1476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1476; }

 p { color: rgb(171,20,118); }

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

background-color css

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

 a { background-color: rgb(171,20,118); }

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

border-color css

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

 span { border-color: rgb(171,20,118); }

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