Html Css Color HEX #AA1871 Jazzberry Jam

📋 copy color: '#AA1871'

red 170 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #AA1871

Tints of Jazzberry Jam #AA1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 55.37%
G = 7.82%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA1871 (or 0xAA1871) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 71. RGB value is (170,24,113). Sum of RGB (Red+Green+Blue) = 170+24+113=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1871 is #55E78E. Grayscale: #4D4D4D. Windows color (decimal): -5629839 or 7411882. OLE color: 7411882.

HSL color Cylindrical-coordinate representation of color #AA1871: hue angle of 323.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1871 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 113 -
CMYK 0 0.86 0.34 0.33
HSL 323.42º 0.75% 0.38% -
HSV(B) 323.42º 0.86% 0.67% -
XYZ 19.88 10.39 16.58 -
YUV 77.8 147.87 193.76 -
System Red Green Blue C M Y K H S L
Decimal 170 24 113 0 0.86 0.34 0.33 323.42 0.75 0.38
Hex AA 18 71 0 56 22 21 143 4B 26
Octal 252 30 161 0 126 42 41 503 113 46
Binary 10101010 11000 1110001 0 1010110 100010 100001 101000011 1001011 100110

Color Harmonies of #AA1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1871

Black with #AA1871

Text Example


Text Example

White with #AA1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1871; }

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

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

background-color css

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

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

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

border-color css

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

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

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