Html Css Color HEX #AC0A5E Jazzberry Jam

📋 copy color: '#AC0A5E'

red 172 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #AC0A5E

Tints of Jazzberry Jam #AC0A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 62.32%
G = 3.62%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC0A5E (or 0xAC0A5E) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 5E. RGB value is (172,10,94). Sum of RGB (Red+Green+Blue) = 172+10+94=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A5E is #53F5A1. Grayscale: #434343. Windows color (decimal): -5502370 or 6163116. OLE color: 6163116.

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

Color convert

RGB 172 10 94 -
CMYK 0 0.94 0.45 0.33
HSL 328.89º 0.89% 0.36% -
HSV(B) 328.89º 0.94% 0.67% -
XYZ 19.14 9.8 11.47 -
YUV 68.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 172 10 94 0 0.94 0.45 0.33 328.89 0.89 0.36
Hex AC A 5E 0 5E 2D 21 149 59 24
Octal 254 12 136 0 136 55 41 511 131 44
Binary 10101100 1010 1011110 0 1011110 101101 100001 101001001 1011001 100100

Color Harmonies of #AC0A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A5E

Black with #AC0A5E

Text Example


Text Example

White with #AC0A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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