Html Css Color HEX #AB0564 Jazzberry Jam

📋 copy color: '#AB0564'

red 171 ◦ green 5 ◦ blue 100

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

Shades of Jazzberry Jam #AB0564

Tints of Jazzberry Jam #AB0564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 61.96%
G = 1.81%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB0564 (or 0xAB0564) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 64. RGB value is (171,5,100). Sum of RGB (Red+Green+Blue) = 171+5+100=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0564 is #54FA9B. Grayscale: #414141. Windows color (decimal): -5569180 or 6555051. OLE color: 6555051.

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

Color convert

RGB 171 5 100 -
CMYK 0 0.97 0.42 0.33
HSL 325.66º 0.94% 0.35% -
HSV(B) 325.66º 0.97% 0.67% -
XYZ 19.15 9.69 12.92 -
YUV 65.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 171 5 100 0 0.97 0.42 0.33 325.66 0.94 0.35
Hex AB 5 64 0 61 2A 21 146 5E 23
Octal 253 5 144 0 141 52 41 506 136 43
Binary 10101011 101 1100100 0 1100001 101010 100001 101000110 1011110 100011

Color Harmonies of #AB0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0564

Black with #AB0564

Text Example


Text Example

White with #AB0564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0564; }

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

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

background-color css

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

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

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

border-color css

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

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

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