Html Css Color HEX #AC0C51 Jazzberry Jam

📋 copy color: '#AC0C51'

red 172 ◦ green 12 ◦ blue 81

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

Shades of Jazzberry Jam #AC0C51

Tints of Jazzberry Jam #AC0C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 64.91%
G = 4.53%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0C51 (or 0xAC0C51) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 51. RGB value is (172,12,81). Sum of RGB (Red+Green+Blue) = 172+12+81=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C51 is #53F3AE. Grayscale: #434343. Windows color (decimal): -5501871 or 5311660. OLE color: 5311660.

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

Color convert

RGB 172 12 81 -
CMYK 0 0.93 0.53 0.33
HSL 334.13º 0.87% 0.36% -
HSV(B) 334.13º 0.93% 0.67% -
XYZ 18.63 9.63 8.66 -
YUV 67.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 172 12 81 0 0.93 0.53 0.33 334.13 0.87 0.36
Hex AC C 51 0 5D 35 21 14E 57 24
Octal 254 14 121 0 135 65 41 516 127 44
Binary 10101100 1100 1010001 0 1011101 110101 100001 101001110 1010111 100100

Color Harmonies of #AC0C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C51

Black with #AC0C51

Text Example


Text Example

White with #AC0C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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