Html Css Color HEX #AC0859 Jazzberry Jam

📋 copy color: '#AC0859'

red 172 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #AC0859

Tints of Jazzberry Jam #AC0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

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

R = 63.94%
G = 2.97%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0859 (or 0xAC0859) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 59. RGB value is (172,8,89). Sum of RGB (Red+Green+Blue) = 172+8+89=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0859 is #53F7A6. Grayscale: #424242. Windows color (decimal): -5502887 or 5834924. OLE color: 5834924.

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

Color convert

RGB 172 8 89 -
CMYK 0 0.95 0.48 0.33
HSL 330.37º 0.91% 0.35% -
HSV(B) 330.37º 0.95% 0.67% -
XYZ 18.9 9.67 10.32 -
YUV 66.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 172 8 89 0 0.95 0.48 0.33 330.37 0.91 0.35
Hex AC 8 59 0 5F 30 21 14A 5B 23
Octal 254 10 131 0 137 60 41 512 133 43
Binary 10101100 1000 1011001 0 1011111 110000 100001 101001010 1011011 100011

Color Harmonies of #AC0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0859

Black with #AC0859

Text Example


Text Example

White with #AC0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0859; }

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

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

background-color css

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

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

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

border-color css

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

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

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