Html Css Color HEX #AA1151 Jazzberry Jam

📋 copy color: '#AA1151'

red 170 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #AA1151

Tints of Jazzberry Jam #AA1151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 63.43%
G = 6.34%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1151 (or 0xAA1151) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 51. RGB value is (170,17,81). Sum of RGB (Red+Green+Blue) = 170+17+81=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1151 is #55EEAE. Grayscale: #454545. Windows color (decimal): -5631663 or 5312938. OLE color: 5312938.

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

Color convert

RGB 170 17 81 -
CMYK 0 0.9 0.52 0.33
HSL 334.9º 0.82% 0.37% -
HSV(B) 334.9º 0.9% 0.67% -
XYZ 18.26 9.54 8.66 -
YUV 70.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 170 17 81 0 0.9 0.52 0.33 334.9 0.82 0.37
Hex AA 11 51 0 5A 34 21 14F 52 25
Octal 252 21 121 0 132 64 41 517 122 45
Binary 10101010 10001 1010001 0 1011010 110100 100001 101001111 1010010 100101

Color Harmonies of #AA1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1151

Black with #AA1151

Text Example


Text Example

White with #AA1151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1151; }

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

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

background-color css

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

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

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

border-color css

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

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

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