Html Css Color HEX #AC0566 Jazzberry Jam

📋 copy color: '#AC0566'

red 172 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #AC0566

Tints of Jazzberry Jam #AC0566

RGB

 RED value IS 172 (67.58% from 255) = 61.65%

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 61.65%
G = 1.79%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC0566 (or 0xAC0566) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 66. RGB value is (172,5,102). Sum of RGB (Red+Green+Blue) = 172+5+102=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0566 is #53FA99. Grayscale: #414141. Windows color (decimal): -5503642 or 6686124. OLE color: 6686124.

HSL color Cylindrical-coordinate representation of color #AC0566: hue angle of 325.15º 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 #AC0566 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 102 -
CMYK 0 0.97 0.41 0.33
HSL 325.15º 0.94% 0.35% -
HSV(B) 325.15º 0.97% 0.67% -
XYZ 19.47 9.84 13.44 -
YUV 65.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 172 5 102 0 0.97 0.41 0.33 325.15 0.94 0.35
Hex AC 5 66 0 61 29 21 145 5E 23
Octal 254 5 146 0 141 51 41 505 136 43
Binary 10101100 101 1100110 0 1100001 101001 100001 101000101 1011110 100011

Color Harmonies of #AC0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0566

Black with #AC0566

Text Example


Text Example

White with #AC0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0566; }

 p { color: rgb(172,5,102); }

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

background-color css

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

 a { background-color: rgb(172,5,102); }

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

border-color css

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

 span { border-color: rgb(172,5,102); }

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