Html Css Color HEX #AA205F Jazzberry Jam

📋 copy color: '#AA205F'

red 170 ◦ green 32 ◦ blue 95

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

Shades of Jazzberry Jam #AA205F

Tints of Jazzberry Jam #AA205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 57.24%
G = 10.77%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA205F (or 0xAA205F) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 5F. RGB value is (170,32,95). Sum of RGB (Red+Green+Blue) = 170+32+95=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA205F is #55DFA0. Grayscale: #505050. Windows color (decimal): -5627809 or 6234282. OLE color: 6234282.

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

Color convert

RGB 170 32 95 -
CMYK 0 0.81 0.44 0.33
HSL 332.61º 0.68% 0.4% -
HSV(B) 332.61º 0.81% 0.67% -
XYZ 19.16 10.41 11.83 -
YUV 80.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 170 32 95 0 0.81 0.44 0.33 332.61 0.68 0.4
Hex AA 20 5F 0 51 2C 21 14D 44 28
Octal 252 40 137 0 121 54 41 515 104 50
Binary 10101010 100000 1011111 0 1010001 101100 100001 101001101 1000100 101000

Color Harmonies of #AA205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA205F

Black with #AA205F

Text Example


Text Example

White with #AA205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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