Html Css Color HEX #AC0E68 Jazzberry Jam

📋 copy color: '#AC0E68'

red 172 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #AC0E68

Tints of Jazzberry Jam #AC0E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 59.31%
G = 4.83%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0E68 (or 0xAC0E68) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 68. RGB value is (172,14,104). Sum of RGB (Red+Green+Blue) = 172+14+104=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E68 is #53F197. Grayscale: #474747. Windows color (decimal): -5501336 or 6819500. OLE color: 6819500.

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

Color convert

RGB 172 14 104 -
CMYK 0 0.92 0.40 0.33
HSL 325.82º 0.85% 0.36% -
HSV(B) 325.82º 0.92% 0.67% -
XYZ 19.67 10.08 14.01 -
YUV 71.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 172 14 104 0 0.92 0.40 0.33 325.82 0.85 0.36
Hex AC E 68 0 5C 28 21 146 55 24
Octal 254 16 150 0 134 50 41 506 125 44
Binary 10101100 1110 1101000 0 1011100 101000 100001 101000110 1010101 100100

Color Harmonies of #AC0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E68

Black with #AC0E68

Text Example


Text Example

White with #AC0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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