Html Css Color HEX #AC0A51 Jazzberry Jam

📋 copy color: '#AC0A51'

red 172 ◦ green 10 ◦ blue 81

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

Shades of Jazzberry Jam #AC0A51

Tints of Jazzberry Jam #AC0A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

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

R = 65.4%
G = 3.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0A51 (or 0xAC0A51) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 51. RGB value is (172,10,81). Sum of RGB (Red+Green+Blue) = 172+10+81=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A51 is #53F5AE. Grayscale: #424242. Windows color (decimal): -5502383 or 5311148. OLE color: 5311148.

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

Color convert

RGB 172 10 81 -
CMYK 0 0.94 0.53 0.33
HSL 333.7º 0.89% 0.36% -
HSV(B) 333.7º 0.94% 0.67% -
XYZ 18.61 9.58 8.65 -
YUV 66.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 172 10 81 0 0.94 0.53 0.33 333.7 0.89 0.36
Hex AC A 51 0 5E 35 21 14E 59 24
Octal 254 12 121 0 136 65 41 516 131 44
Binary 10101100 1010 1010001 0 1011110 110101 100001 101001110 1011001 100100

Color Harmonies of #AC0A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A51

Black with #AC0A51

Text Example


Text Example

White with #AC0A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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