Html Css Color HEX #AC0858 Jazzberry Jam

📋 copy color: '#AC0858'

red 172 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #AC0858

Tints of Jazzberry Jam #AC0858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.84%

R = 64.18%
G = 2.99%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC0858 (or 0xAC0858) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 58. RGB value is (172,8,88). Sum of RGB (Red+Green+Blue) = 172+8+88=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0858 is #53F7A7. Grayscale: #424242. Windows color (decimal): -5502888 or 5769388. OLE color: 5769388.

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

Color convert

RGB 172 8 88 -
CMYK 0 0.95 0.49 0.33
HSL 330.73º 0.91% 0.35% -
HSV(B) 330.73º 0.95% 0.67% -
XYZ 18.86 9.65 10.1 -
YUV 66.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 172 8 88 0 0.95 0.49 0.33 330.73 0.91 0.35
Hex AC 8 58 0 5F 31 21 14B 5B 23
Octal 254 10 130 0 137 61 41 513 133 43
Binary 10101100 1000 1011000 0 1011111 110001 100001 101001011 1011011 100011

Color Harmonies of #AC0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0858

Black with #AC0858

Text Example


Text Example

White with #AC0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0858; }

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

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

background-color css

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

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

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

border-color css

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

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

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