Html Css Color HEX #AA1451 Jazzberry Jam

📋 copy color: '#AA1451'

red 170 ◦ green 20 ◦ blue 81

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

Shades of Jazzberry Jam #AA1451

Tints of Jazzberry Jam #AA1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 62.73%
G = 7.38%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1451 (or 0xAA1451) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 51. RGB value is (170,20,81). Sum of RGB (Red+Green+Blue) = 170+20+81=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1451 is #55EBAE. Grayscale: #474747. Windows color (decimal): -5630895 or 5313706. OLE color: 5313706.

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

Color convert

RGB 170 20 81 -
CMYK 0 0.88 0.52 0.33
HSL 335.6º 0.79% 0.37% -
HSV(B) 335.6º 0.88% 0.67% -
XYZ 18.31 9.64 8.68 -
YUV 71.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 170 20 81 0 0.88 0.52 0.33 335.6 0.79 0.37
Hex AA 14 51 0 58 34 21 150 4F 25
Octal 252 24 121 0 130 64 41 520 117 45
Binary 10101010 10100 1010001 0 1011000 110100 100001 101010000 1001111 100101

Color Harmonies of #AA1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1451

Black with #AA1451

Text Example


Text Example

White with #AA1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1451; }

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

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

background-color css

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

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

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

border-color css

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

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

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