Html Css Color HEX #AC0C5C Jazzberry Jam

📋 copy color: '#AC0C5C'

red 172 ◦ green 12 ◦ blue 92

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

Shades of Jazzberry Jam #AC0C5C

Tints of Jazzberry Jam #AC0C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 62.32%
G = 4.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC0C5C (or 0xAC0C5C) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 5C. RGB value is (172,12,92). Sum of RGB (Red+Green+Blue) = 172+12+92=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C5C is #53F3A3. Grayscale: #444444. Windows color (decimal): -5501860 or 6032556. OLE color: 6032556.

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

Color convert

RGB 172 12 92 -
CMYK 0 0.93 0.47 0.33
HSL 330º 0.87% 0.36% -
HSV(B) 330º 0.93% 0.67% -
XYZ 19.08 9.81 11.01 -
YUV 68.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 172 12 92 0 0.93 0.47 0.33 330 0.87 0.36
Hex AC C 5C 0 5D 2F 21 14A 57 24
Octal 254 14 134 0 135 57 41 512 127 44
Binary 10101100 1100 1011100 0 1011101 101111 100001 101001010 1010111 100100

Color Harmonies of #AC0C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C5C

Black with #AC0C5C

Text Example


Text Example

White with #AC0C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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