Html Css Color HEX #AC0459 Jazzberry Jam

📋 copy color: '#AC0459'

red 172 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #AC0459

Tints of Jazzberry Jam #AC0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 64.91%
G = 1.51%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0459 (or 0xAC0459) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 59. RGB value is (172,4,89). Sum of RGB (Red+Green+Blue) = 172+4+89=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0459 is #53FBA6. Grayscale: #3F3F3F. Windows color (decimal): -5503911 or 5833900. OLE color: 5833900.

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

Color convert

RGB 172 4 89 -
CMYK 0 0.98 0.48 0.33
HSL 329.64º 0.95% 0.35% -
HSV(B) 329.64º 0.98% 0.67% -
XYZ 18.86 9.58 10.31 -
YUV 63.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 172 4 89 0 0.98 0.48 0.33 329.64 0.95 0.35
Hex AC 4 59 0 62 30 21 14A 5F 23
Octal 254 4 131 0 142 60 41 512 137 43
Binary 10101100 100 1011001 0 1100010 110000 100001 101001010 1011111 100011

Color Harmonies of #AC0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0459

Black with #AC0459

Text Example


Text Example

White with #AC0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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