Html Css Color HEX #AA1571 Jazzberry Jam

📋 copy color: '#AA1571'

red 170 ◦ green 21 ◦ blue 113

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

Shades of Jazzberry Jam #AA1571

Tints of Jazzberry Jam #AA1571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 55.92%
G = 6.91%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA1571 (or 0xAA1571) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 71. RGB value is (170,21,113). Sum of RGB (Red+Green+Blue) = 170+21+113=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1571 is #55EA8E. Grayscale: #4B4B4B. Windows color (decimal): -5630607 or 7411114. OLE color: 7411114.

HSL color Cylindrical-coordinate representation of color #AA1571: hue angle of 322.95º degrees, saturation: 0.78, 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 #AA1571 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 21 113 -
CMYK 0 0.88 0.34 0.33
HSL 322.95º 0.78% 0.37% -
HSV(B) 322.95º 0.88% 0.67% -
XYZ 19.83 10.27 16.56 -
YUV 76.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 170 21 113 0 0.88 0.34 0.33 322.95 0.78 0.37
Hex AA 15 71 0 58 22 21 143 4E 25
Octal 252 25 161 0 130 42 41 503 116 45
Binary 10101010 10101 1110001 0 1011000 100010 100001 101000011 1001110 100101

Color Harmonies of #AA1571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1571

Black with #AA1571

Text Example


Text Example

White with #AA1571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1571; }

 p { color: rgb(170,21,113); }

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

background-color css

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

 a { background-color: rgb(170,21,113); }

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

border-color css

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

 span { border-color: rgb(170,21,113); }

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