Html Css Color HEX #AA216C Jazzberry Jam

📋 copy color: '#AA216C'

red 170 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #AA216C

Tints of Jazzberry Jam #AA216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 54.66%
G = 10.61%
B = 34.73%

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

#AA216C (or 0xAA216C) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 6C. RGB value is (170,33,108). Sum of RGB (Red+Green+Blue) = 170+33+108=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA216C is #55DE93. Grayscale: #525252. Windows color (decimal): -5627540 or 7086506. OLE color: 7086506.

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

Color convert

RGB 170 33 108 -
CMYK 0 0.81 0.36 0.33
HSL 327.15º 0.67% 0.4% -
HSV(B) 327.15º 0.81% 0.67% -
XYZ 19.83 10.72 15.21 -
YUV 82.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 170 33 108 0 0.81 0.36 0.33 327.15 0.67 0.4
Hex AA 21 6C 0 51 24 21 147 43 28
Octal 252 41 154 0 121 44 41 507 103 50
Binary 10101010 100001 1101100 0 1010001 100100 100001 101000111 1000011 101000

Color Harmonies of #AA216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA216C

Black with #AA216C

Text Example


Text Example

White with #AA216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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