Html Css Color HEX #AB1564 Jazzberry Jam

📋 copy color: '#AB1564'

red 171 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #AB1564

Tints of Jazzberry Jam #AB1564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 58.56%
G = 7.19%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB1564 (or 0xAB1564) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 64. RGB value is (171,21,100). Sum of RGB (Red+Green+Blue) = 171+21+100=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1564 is #54EA9B. Grayscale: #4A4A4A. Windows color (decimal): -5565084 or 6559147. OLE color: 6559147.

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

Color convert

RGB 171 21 100 -
CMYK 0 0.88 0.42 0.33
HSL 328.4º 0.78% 0.38% -
HSV(B) 328.4º 0.88% 0.67% -
XYZ 19.36 10.11 12.99 -
YUV 74.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 171 21 100 0 0.88 0.42 0.33 328.4 0.78 0.38
Hex AB 15 64 0 58 2A 21 148 4E 26
Octal 253 25 144 0 130 52 41 510 116 46
Binary 10101011 10101 1100100 0 1011000 101010 100001 101001000 1001110 100110

Color Harmonies of #AB1564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1564

Black with #AB1564

Text Example


Text Example

White with #AB1564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1564; }

 p { color: rgb(171,21,100); }

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

background-color css

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

 a { background-color: rgb(171,21,100); }

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

border-color css

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

 span { border-color: rgb(171,21,100); }

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