Html Css Color HEX #AC0E77 Jazzberry Jam

📋 copy color: '#AC0E77'

red 172 ◦ green 14 ◦ blue 119

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

Shades of Jazzberry Jam #AC0E77

Tints of Jazzberry Jam #AC0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 56.39%
G = 4.59%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC0E77 (or 0xAC0E77) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 77. RGB value is (172,14,119). Sum of RGB (Red+Green+Blue) = 172+14+119=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E77 is #53F188. Grayscale: #484848. Windows color (decimal): -5501321 or 7802540. OLE color: 7802540.

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

Color convert

RGB 172 14 119 -
CMYK 0 0.92 0.31 0.33
HSL 320.13º 0.85% 0.36% -
HSV(B) 320.13º 0.92% 0.67% -
XYZ 20.5 10.42 18.38 -
YUV 73.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 172 14 119 0 0.92 0.31 0.33 320.13 0.85 0.36
Hex AC E 77 0 5C 1F 21 140 55 24
Octal 254 16 167 0 134 37 41 500 125 44
Binary 10101100 1110 1110111 0 1011100 11111 100001 101000000 1010101 100100

Color Harmonies of #AC0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E77

Black with #AC0E77

Text Example


Text Example

White with #AC0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E77; }

 p { color: rgb(172,14,119); }

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

background-color css

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

 a { background-color: rgb(172,14,119); }

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

border-color css

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

 span { border-color: rgb(172,14,119); }

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