Html Css Color HEX #AC0860 Jazzberry Jam

📋 copy color: '#AC0860'

red 172 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #AC0860

Tints of Jazzberry Jam #AC0860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 62.32%
G = 2.9%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0860 (or 0xAC0860) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 60. RGB value is (172,8,96). Sum of RGB (Red+Green+Blue) = 172+8+96=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0860 is #53F79F. Grayscale: #424242. Windows color (decimal): -5502880 or 6293676. OLE color: 6293676.

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

Color convert

RGB 172 8 96 -
CMYK 0 0.95 0.44 0.33
HSL 327.8º 0.91% 0.35% -
HSV(B) 327.8º 0.95% 0.67% -
XYZ 19.21 9.79 11.94 -
YUV 67.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 172 8 96 0 0.95 0.44 0.33 327.8 0.91 0.35
Hex AC 8 60 0 5F 2C 21 148 5B 23
Octal 254 10 140 0 137 54 41 510 133 43
Binary 10101100 1000 1100000 0 1011111 101100 100001 101001000 1011011 100011

Color Harmonies of #AC0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0860

Black with #AC0860

Text Example


Text Example

White with #AC0860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0860; }

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

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

background-color css

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

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

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

border-color css

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

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

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