Html Css Color HEX #AC0F72 Jazzberry Jam

📋 copy color: '#AC0F72'

red 172 ◦ green 15 ◦ blue 114

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

Shades of Jazzberry Jam #AC0F72

Tints of Jazzberry Jam #AC0F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 57.14%
G = 4.98%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC0F72 (or 0xAC0F72) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 72. RGB value is (172,15,114). Sum of RGB (Red+Green+Blue) = 172+15+114=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F72 is #53F08D. Grayscale: #484848. Windows color (decimal): -5501070 or 7475116. OLE color: 7475116.

HSL color Cylindrical-coordinate representation of color #AC0F72: hue angle of 322.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F72 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 114 -
CMYK 0 0.91 0.34 0.33
HSL 322.17º 0.84% 0.37% -
HSV(B) 322.17º 0.91% 0.67% -
XYZ 20.22 10.33 16.85 -
YUV 73.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 172 15 114 0 0.91 0.34 0.33 322.17 0.84 0.37
Hex AC F 72 0 5B 22 21 142 54 25
Octal 254 17 162 0 133 42 41 502 124 45
Binary 10101100 1111 1110010 0 1011011 100010 100001 101000010 1010100 100101

Color Harmonies of #AC0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F72

Black with #AC0F72

Text Example


Text Example

White with #AC0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F72; }

 p { color: rgb(172,15,114); }

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

background-color css

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

 a { background-color: rgb(172,15,114); }

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

border-color css

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

 span { border-color: rgb(172,15,114); }

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