Html Css Color HEX #AA2063 Jazzberry Jam

📋 copy color: '#AA2063'

red 170 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #AA2063

Tints of Jazzberry Jam #AA2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 56.48%
G = 10.63%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA2063 (or 0xAA2063) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 63. RGB value is (170,32,99). Sum of RGB (Red+Green+Blue) = 170+32+99=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2063 is #55DF9C. Grayscale: #505050. Windows color (decimal): -5627805 or 6496426. OLE color: 6496426.

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

Color convert

RGB 170 32 99 -
CMYK 0 0.81 0.42 0.33
HSL 330.87º 0.68% 0.4% -
HSV(B) 330.87º 0.81% 0.67% -
XYZ 19.35 10.48 12.81 -
YUV 80.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 170 32 99 0 0.81 0.42 0.33 330.87 0.68 0.4
Hex AA 20 63 0 51 2A 21 14B 44 28
Octal 252 40 143 0 121 52 41 513 104 50
Binary 10101010 100000 1100011 0 1010001 101010 100001 101001011 1000100 101000

Color Harmonies of #AA2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2063

Black with #AA2063

Text Example


Text Example

White with #AA2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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