Html Css Color HEX #AC0060 Jazzberry Jam

📋 copy color: '#AC0060'

red 172 ◦ green 0 ◦ blue 96

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

Shades of Jazzberry Jam #AC0060

Tints of Jazzberry Jam #AC0060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.18%
G = 0%
B = 35.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0060 (or 0xAC0060) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 60. RGB value is (172,0,96). Sum of RGB (Red+Green+Blue) = 172+0+96=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0060 is #53FF9F. Grayscale: #3E3E3E. Windows color (decimal): -5504928 or 6291628. OLE color: 6291628.

HSL color Cylindrical-coordinate representation of color #AC0060: hue angle of 326.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0060 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 96 -
CMYK 0 1 0.44 0.33
HSL 326.51º 1% 0.34% -
HSV(B) 326.51º 1% 0.67% -
XYZ 19.12 9.62 11.91 -
YUV 62.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 172 0 96 0 1 0.44 0.33 326.51 1 0.34
Hex AC 0 60 0 64 2C 21 147 64 22
Octal 254 0 140 0 144 54 41 507 144 42
Binary 10101100 0 1100000 0 1100100 101100 100001 101000111 1100100 100010

Color Harmonies of #AC0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0060

Black with #AC0060

Text Example


Text Example

White with #AC0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0060; }

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

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

background-color css

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

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

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

border-color css

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

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

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