Html Css Color HEX #AA206B Jazzberry Jam

📋 copy color: '#AA206B'

red 170 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #AA206B

Tints of Jazzberry Jam #AA206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 55.02%
G = 10.36%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA206B (or 0xAA206B) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 6B. RGB value is (170,32,107). Sum of RGB (Red+Green+Blue) = 170+32+107=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA206B is #55DF94. Grayscale: #515151. Windows color (decimal): -5627797 or 7020714. OLE color: 7020714.

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

Color convert

RGB 170 32 107 -
CMYK 0 0.81 0.37 0.33
HSL 327.39º 0.68% 0.4% -
HSV(B) 327.39º 0.81% 0.67% -
XYZ 19.75 10.64 14.92 -
YUV 81.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 170 32 107 0 0.81 0.37 0.33 327.39 0.68 0.4
Hex AA 20 6B 0 51 25 21 147 44 28
Octal 252 40 153 0 121 45 41 507 104 50
Binary 10101010 100000 1101011 0 1010001 100101 100001 101000111 1000100 101000

Color Harmonies of #AA206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA206B

Black with #AA206B

Text Example


Text Example

White with #AA206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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