Html Css Color HEX #AA0063 Jazzberry Jam

📋 copy color: '#AA0063'

red 170 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #AA0063

Tints of Jazzberry Jam #AA0063

RGB

 RED value IS 170 (66.8% from 255) = 63.2%

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

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

R = 63.2%
G = 0%
B = 36.8%

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

#AA0063 (or 0xAA0063) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 63. RGB value is (170,0,99). Sum of RGB (Red+Green+Blue) = 170+0+99=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0063 is #55FF9C. Grayscale: #3D3D3D. Windows color (decimal): -5635997 or 6488234. OLE color: 6488234.

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

Color convert

RGB 170 0 99 -
CMYK 0 1 0.42 0.33
HSL 325.06º 1% 0.33% -
HSV(B) 325.06º 1% 0.67% -
XYZ 18.83 9.45 12.64 -
YUV 62.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 170 0 99 0 1 0.42 0.33 325.06 1 0.33
Hex AA 0 63 0 64 2A 21 145 64 21
Octal 252 0 143 0 144 52 41 505 144 41
Binary 10101010 0 1100011 0 1100100 101010 100001 101000101 1100100 100001

Color Harmonies of #AA0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0063

Black with #AA0063

Text Example


Text Example

White with #AA0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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