Html Css Color HEX #AC0063 Jazzberry Jam

📋 copy color: '#AC0063'

red 172 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #AC0063

Tints of Jazzberry Jam #AC0063

RGB

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

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

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

R = 63.47%
G = 0%
B = 36.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC0063 (or 0xAC0063) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 63. RGB value is (172,0,99). Sum of RGB (Red+Green+Blue) = 172+0+99=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0063 is #53FF9C. Grayscale: #3E3E3E. Windows color (decimal): -5504925 or 6488236. OLE color: 6488236.

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

Color convert

RGB 172 0 99 -
CMYK 0 1 0.42 0.33
HSL 325.47º 1% 0.34% -
HSV(B) 325.47º 1% 0.67% -
XYZ 19.27 9.67 12.66 -
YUV 62.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 172 0 99 0 1 0.42 0.33 325.47 1 0.34
Hex AC 0 63 0 64 2A 21 145 64 22
Octal 254 0 143 0 144 52 41 505 144 42
Binary 10101100 0 1100011 0 1100100 101010 100001 101000101 1100100 100010

Color Harmonies of #AC0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0063

Black with #AC0063

Text Example


Text Example

White with #AC0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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