Html Css Color HEX #AC0558 Jazzberry Jam

📋 copy color: '#AC0558'

red 172 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #AC0558

Tints of Jazzberry Jam #AC0558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 64.91%
G = 1.89%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC0558 (or 0xAC0558) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 58. RGB value is (172,5,88). Sum of RGB (Red+Green+Blue) = 172+5+88=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0558 is #53FAA7. Grayscale: #404040. Windows color (decimal): -5503656 or 5768620. OLE color: 5768620.

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

Color convert

RGB 172 5 88 -
CMYK 0 0.97 0.49 0.33
HSL 330.18º 0.94% 0.35% -
HSV(B) 330.18º 0.97% 0.67% -
XYZ 18.83 9.58 10.09 -
YUV 64.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 172 5 88 0 0.97 0.49 0.33 330.18 0.94 0.35
Hex AC 5 58 0 61 31 21 14A 5E 23
Octal 254 5 130 0 141 61 41 512 136 43
Binary 10101100 101 1011000 0 1100001 110001 100001 101001010 1011110 100011

Color Harmonies of #AC0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0558

Black with #AC0558

Text Example


Text Example

White with #AC0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0558; }

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

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

background-color css

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

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

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

border-color css

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

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

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