Html Css Color HEX #AA1251 Jazzberry Jam

📋 copy color: '#AA1251'

red 170 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #AA1251

Tints of Jazzberry Jam #AA1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 63.2%
G = 6.69%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1251 (or 0xAA1251) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 51. RGB value is (170,18,81). Sum of RGB (Red+Green+Blue) = 170+18+81=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1251 is #55EDAE. Grayscale: #464646. Windows color (decimal): -5631407 or 5313194. OLE color: 5313194.

HSL color Cylindrical-coordinate representation of color #AA1251: hue angle of 335.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1251 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 81 -
CMYK 0 0.89 0.52 0.33
HSL 335.13º 0.81% 0.37% -
HSV(B) 335.13º 0.89% 0.67% -
XYZ 18.28 9.57 8.67 -
YUV 70.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 170 18 81 0 0.89 0.52 0.33 335.13 0.81 0.37
Hex AA 12 51 0 59 34 21 14F 51 25
Octal 252 22 121 0 131 64 41 517 121 45
Binary 10101010 10010 1010001 0 1011001 110100 100001 101001111 1010001 100101

Color Harmonies of #AA1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1251

Black with #AA1251

Text Example


Text Example

White with #AA1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1251; }

 p { color: rgb(170,18,81); }

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

background-color css

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

 a { background-color: rgb(170,18,81); }

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

border-color css

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

 span { border-color: rgb(170,18,81); }

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