Html Css Color HEX #AC0059 Jazzberry Jam

📋 copy color: '#AC0059'

red 172 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #AC0059

Tints of Jazzberry Jam #AC0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 65.9%
G = 0%
B = 34.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0059 (or 0xAC0059) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 59. RGB value is (172,0,89). Sum of RGB (Red+Green+Blue) = 172+0+89=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0059 is #53FFA6. Grayscale: #3D3D3D. Windows color (decimal): -5504935 or 5832876. OLE color: 5832876.

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

Color convert

RGB 172 0 89 -
CMYK 0 1 0.48 0.33
HSL 328.95º 1% 0.34% -
HSV(B) 328.95º 1% 0.67% -
XYZ 18.82 9.49 10.29 -
YUV 61.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 172 0 89 0 1 0.48 0.33 328.95 1 0.34
Hex AC 0 59 0 64 30 21 149 64 22
Octal 254 0 131 0 144 60 41 511 144 42
Binary 10101100 0 1011001 0 1100100 110000 100001 101001001 1100100 100010

Color Harmonies of #AC0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0059

Black with #AC0059

Text Example


Text Example

White with #AC0059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0059; }

 p { color: rgb(172,0,89); }

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

background-color css

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

 a { background-color: rgb(172,0,89); }

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

border-color css

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

 span { border-color: rgb(172,0,89); }

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