Html Css Color HEX #AC0659 Jazzberry Jam

📋 copy color: '#AC0659'

red 172 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #AC0659

Tints of Jazzberry Jam #AC0659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 64.42%
G = 2.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0659 (or 0xAC0659) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 59. RGB value is (172,6,89). Sum of RGB (Red+Green+Blue) = 172+6+89=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0659 is #53F9A6. Grayscale: #404040. Windows color (decimal): -5503399 or 5834412. OLE color: 5834412.

HSL color Cylindrical-coordinate representation of color #AC0659: hue angle of 330º degrees, saturation: 0.93, 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 #AC0659 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 89 -
CMYK 0 0.97 0.48 0.33
HSL 330º 0.93% 0.35% -
HSV(B) 330º 0.97% 0.67% -
XYZ 18.88 9.62 10.31 -
YUV 65.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 172 6 89 0 0.97 0.48 0.33 330 0.93 0.35
Hex AC 6 59 0 61 30 21 14A 5D 23
Octal 254 6 131 0 141 60 41 512 135 43
Binary 10101100 110 1011001 0 1100001 110000 100001 101001010 1011101 100011

Color Harmonies of #AC0659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0659

Black with #AC0659

Text Example


Text Example

White with #AC0659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0659; }

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

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

background-color css

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

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

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

border-color css

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

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

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