Html Css Color HEX #AA205D Jazzberry Jam

📋 copy color: '#AA205D'

red 170 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #AA205D

Tints of Jazzberry Jam #AA205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 57.63%
G = 10.85%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA205D (or 0xAA205D) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 5D. RGB value is (170,32,93). Sum of RGB (Red+Green+Blue) = 170+32+93=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA205D is #55DFA2. Grayscale: #505050. Windows color (decimal): -5627811 or 6103210. OLE color: 6103210.

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

Color convert

RGB 170 32 93 -
CMYK 0 0.81 0.45 0.33
HSL 333.48º 0.68% 0.4% -
HSV(B) 333.48º 0.81% 0.67% -
XYZ 19.07 10.37 11.35 -
YUV 80.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 170 32 93 0 0.81 0.45 0.33 333.48 0.68 0.4
Hex AA 20 5D 0 51 2D 21 14D 44 28
Octal 252 40 135 0 121 55 41 515 104 50
Binary 10101010 100000 1011101 0 1010001 101101 100001 101001101 1000100 101000

Color Harmonies of #AA205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA205D

Black with #AA205D

Text Example


Text Example

White with #AA205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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