Html Css Color HEX #AC0C56 Jazzberry Jam

📋 copy color: '#AC0C56'

red 172 ◦ green 12 ◦ blue 86

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

Shades of Jazzberry Jam #AC0C56

Tints of Jazzberry Jam #AC0C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 63.7%
G = 4.44%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC0C56 (or 0xAC0C56) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 56. RGB value is (172,12,86). Sum of RGB (Red+Green+Blue) = 172+12+86=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C56 is #53F3A9. Grayscale: #444444. Windows color (decimal): -5501866 or 5639340. OLE color: 5639340.

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

Color convert

RGB 172 12 86 -
CMYK 0 0.93 0.5 0.33
HSL 332.25º 0.87% 0.36% -
HSV(B) 332.25º 0.93% 0.67% -
XYZ 18.82 9.71 9.69 -
YUV 68.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 172 12 86 0 0.93 0.5 0.33 332.25 0.87 0.36
Hex AC C 56 0 5D 32 21 14C 57 24
Octal 254 14 126 0 135 62 41 514 127 44
Binary 10101100 1100 1010110 0 1011101 110010 100001 101001100 1010111 100100

Color Harmonies of #AC0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C56

Black with #AC0C56

Text Example


Text Example

White with #AC0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C56; }

 p { color: rgb(172,12,86); }

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

background-color css

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

 a { background-color: rgb(172,12,86); }

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

border-color css

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

 span { border-color: rgb(172,12,86); }

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