Html Css Color HEX #AA215C Jazzberry Jam

📋 copy color: '#AA215C'

red 170 ◦ green 33 ◦ blue 92

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

Shades of Jazzberry Jam #AA215C

Tints of Jazzberry Jam #AA215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 57.63%
G = 11.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA215C (or 0xAA215C) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 5C. RGB value is (170,33,92). Sum of RGB (Red+Green+Blue) = 170+33+92=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA215C is #55DEA3. Grayscale: #505050. Windows color (decimal): -5627556 or 6037930. OLE color: 6037930.

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

Color convert

RGB 170 33 92 -
CMYK 0 0.81 0.46 0.33
HSL 334.16º 0.67% 0.4% -
HSV(B) 334.16º 0.81% 0.67% -
XYZ 19.05 10.41 11.13 -
YUV 80.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 170 33 92 0 0.81 0.46 0.33 334.16 0.67 0.4
Hex AA 21 5C 0 51 2E 21 14E 43 28
Octal 252 41 134 0 121 56 41 516 103 50
Binary 10101010 100001 1011100 0 1010001 101110 100001 101001110 1000011 101000

Color Harmonies of #AA215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA215C

Black with #AA215C

Text Example


Text Example

White with #AA215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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