Html Css Color HEX #AA216B Jazzberry Jam

📋 copy color: '#AA216B'

red 170 ◦ green 33 ◦ blue 107

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

Shades of Jazzberry Jam #AA216B

Tints of Jazzberry Jam #AA216B

RGB

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

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

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

R = 54.84%
G = 10.65%
B = 34.52%

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

#AA216B (or 0xAA216B) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 6B. RGB value is (170,33,107). Sum of RGB (Red+Green+Blue) = 170+33+107=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA216B is #55DE94. Grayscale: #525252. Windows color (decimal): -5627541 or 7020970. OLE color: 7020970.

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

Color convert

RGB 170 33 107 -
CMYK 0 0.81 0.37 0.33
HSL 327.59º 0.67% 0.4% -
HSV(B) 327.59º 0.81% 0.67% -
XYZ 19.78 10.7 14.93 -
YUV 82.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 170 33 107 0 0.81 0.37 0.33 327.59 0.67 0.4
Hex AA 21 6B 0 51 25 21 148 43 28
Octal 252 41 153 0 121 45 41 510 103 50
Binary 10101010 100001 1101011 0 1010001 100101 100001 101001000 1000011 101000

Color Harmonies of #AA216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA216B

Black with #AA216B

Text Example


Text Example

White with #AA216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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