Html Css Color HEX #AC0A71 Jazzberry Jam

📋 copy color: '#AC0A71'

red 172 ◦ green 10 ◦ blue 113

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

Shades of Jazzberry Jam #AC0A71

Tints of Jazzberry Jam #AC0A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 58.31%
G = 3.39%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC0A71 (or 0xAC0A71) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 71. RGB value is (172,10,113). Sum of RGB (Red+Green+Blue) = 172+10+113=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A71 is #53F58E. Grayscale: #454545. Windows color (decimal): -5502351 or 7408300. OLE color: 7408300.

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

Color convert

RGB 172 10 113 -
CMYK 0 0.94 0.34 0.33
HSL 321.85º 0.89% 0.36% -
HSV(B) 321.85º 0.94% 0.67% -
XYZ 20.1 10.18 16.53 -
YUV 70.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 172 10 113 0 0.94 0.34 0.33 321.85 0.89 0.36
Hex AC A 71 0 5E 22 21 142 59 24
Octal 254 12 161 0 136 42 41 502 131 44
Binary 10101100 1010 1110001 0 1011110 100010 100001 101000010 1011001 100100

Color Harmonies of #AC0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A71

Black with #AC0A71

Text Example


Text Example

White with #AC0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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