Html Css Color HEX #AC0663 Jazzberry Jam

📋 copy color: '#AC0663'

red 172 ◦ green 6 ◦ blue 99

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

Shades of Jazzberry Jam #AC0663

Tints of Jazzberry Jam #AC0663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 62.09%
G = 2.17%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC0663 (or 0xAC0663) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 63. RGB value is (172,6,99). Sum of RGB (Red+Green+Blue) = 172+6+99=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0663 is #53F99C. Grayscale: #424242. Windows color (decimal): -5503389 or 6489772. OLE color: 6489772.

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

Color convert

RGB 172 6 99 -
CMYK 0 0.97 0.42 0.33
HSL 326.39º 0.93% 0.35% -
HSV(B) 326.39º 0.97% 0.67% -
XYZ 19.33 9.8 12.68 -
YUV 66.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 172 6 99 0 0.97 0.42 0.33 326.39 0.93 0.35
Hex AC 6 63 0 61 2A 21 146 5D 23
Octal 254 6 143 0 141 52 41 506 135 43
Binary 10101100 110 1100011 0 1100001 101010 100001 101000110 1011101 100011

Color Harmonies of #AC0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0663

Black with #AC0663

Text Example


Text Example

White with #AC0663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0663; }

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

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

background-color css

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

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

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

border-color css

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

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

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