Html Css Color HEX #AC0E52 Jazzberry Jam

📋 copy color: '#AC0E52'

red 172 ◦ green 14 ◦ blue 82

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

Shades of Jazzberry Jam #AC0E52

Tints of Jazzberry Jam #AC0E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 64.18%
G = 5.22%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC0E52 (or 0xAC0E52) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 52. RGB value is (172,14,82). Sum of RGB (Red+Green+Blue) = 172+14+82=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E52 is #53F1AD. Grayscale: #444444. Windows color (decimal): -5501358 or 5377708. OLE color: 5377708.

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

Color convert

RGB 172 14 82 -
CMYK 0 0.92 0.52 0.33
HSL 334.18º 0.85% 0.36% -
HSV(B) 334.18º 0.92% 0.67% -
XYZ 18.69 9.69 8.87 -
YUV 68.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 172 14 82 0 0.92 0.52 0.33 334.18 0.85 0.36
Hex AC E 52 0 5C 34 21 14E 55 24
Octal 254 16 122 0 134 64 41 516 125 44
Binary 10101100 1110 1010010 0 1011100 110100 100001 101001110 1010101 100100

Color Harmonies of #AC0E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E52

Black with #AC0E52

Text Example


Text Example

White with #AC0E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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