Html Css Color HEX #AC0E73 Jazzberry Jam

📋 copy color: '#AC0E73'

red 172 ◦ green 14 ◦ blue 115

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

Shades of Jazzberry Jam #AC0E73

Tints of Jazzberry Jam #AC0E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 57.14%
G = 4.65%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC0E73 (or 0xAC0E73) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 73. RGB value is (172,14,115). Sum of RGB (Red+Green+Blue) = 172+14+115=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E73 is #53F18C. Grayscale: #484848. Windows color (decimal): -5501325 or 7540396. OLE color: 7540396.

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

Color convert

RGB 172 14 115 -
CMYK 0 0.92 0.33 0.33
HSL 321.65º 0.85% 0.36% -
HSV(B) 321.65º 0.92% 0.67% -
XYZ 20.26 10.32 17.14 -
YUV 72.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 172 14 115 0 0.92 0.33 0.33 321.65 0.85 0.36
Hex AC E 73 0 5C 21 21 142 55 24
Octal 254 16 163 0 134 41 41 502 125 44
Binary 10101100 1110 1110011 0 1011100 100001 100001 101000010 1010101 100100

Color Harmonies of #AC0E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E73

Black with #AC0E73

Text Example


Text Example

White with #AC0E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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