Html Css Color HEX #AA216D Jazzberry Jam

📋 copy color: '#AA216D'

red 170 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #AA216D

Tints of Jazzberry Jam #AA216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 54.49%
G = 10.58%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA216D (or 0xAA216D) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 6D. RGB value is (170,33,109). Sum of RGB (Red+Green+Blue) = 170+33+109=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA216D is #55DE92. Grayscale: #525252. Windows color (decimal): -5627539 or 7152042. OLE color: 7152042.

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

Color convert

RGB 170 33 109 -
CMYK 0 0.81 0.36 0.33
HSL 326.72º 0.67% 0.4% -
HSV(B) 326.72º 0.81% 0.67% -
XYZ 19.88 10.74 15.49 -
YUV 82.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 170 33 109 0 0.81 0.36 0.33 326.72 0.67 0.4
Hex AA 21 6D 0 51 24 21 147 43 28
Octal 252 41 155 0 121 44 41 507 103 50
Binary 10101010 100001 1101101 0 1010001 100100 100001 101000111 1000011 101000

Color Harmonies of #AA216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA216D

Black with #AA216D

Text Example


Text Example

White with #AA216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA216D; }

 p { color: rgb(170,33,109); }

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

background-color css

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

 a { background-color: rgb(170,33,109); }

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

border-color css

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

 span { border-color: rgb(170,33,109); }

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