Html Css Color HEX #AC0C60 Jazzberry Jam

📋 copy color: '#AC0C60'

red 172 ◦ green 12 ◦ blue 96

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

Shades of Jazzberry Jam #AC0C60

Tints of Jazzberry Jam #AC0C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 61.43%
G = 4.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0C60 (or 0xAC0C60) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 60. RGB value is (172,12,96). Sum of RGB (Red+Green+Blue) = 172+12+96=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C60 is #53F39F. Grayscale: #454545. Windows color (decimal): -5501856 or 6294700. OLE color: 6294700.

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

Color convert

RGB 172 12 96 -
CMYK 0 0.93 0.44 0.33
HSL 328.5º 0.87% 0.36% -
HSV(B) 328.5º 0.93% 0.67% -
XYZ 19.26 9.88 11.96 -
YUV 69.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 172 12 96 0 0.93 0.44 0.33 328.5 0.87 0.36
Hex AC C 60 0 5D 2C 21 148 57 24
Octal 254 14 140 0 135 54 41 510 127 44
Binary 10101100 1100 1100000 0 1011101 101100 100001 101001000 1010111 100100

Color Harmonies of #AC0C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C60

Black with #AC0C60

Text Example


Text Example

White with #AC0C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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