Html Css Color HEX #AA1F71 Jazzberry Jam

📋 copy color: '#AA1F71'

red 170 ◦ green 31 ◦ blue 113

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

Shades of Jazzberry Jam #AA1F71

Tints of Jazzberry Jam #AA1F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 54.14%
G = 9.87%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA1F71 (or 0xAA1F71) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 71. RGB value is (170,31,113). Sum of RGB (Red+Green+Blue) = 170+31+113=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F71 is #55E08E. Grayscale: #515151. Windows color (decimal): -5628047 or 7413674. OLE color: 7413674.

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

Color convert

RGB 170 31 113 -
CMYK 0 0.82 0.34 0.33
HSL 324.6º 0.69% 0.39% -
HSV(B) 324.6º 0.82% 0.67% -
XYZ 20.05 10.72 16.63 -
YUV 81.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 170 31 113 0 0.82 0.34 0.33 324.6 0.69 0.39
Hex AA 1F 71 0 52 22 21 145 45 27
Octal 252 37 161 0 122 42 41 505 105 47
Binary 10101010 11111 1110001 0 1010010 100010 100001 101000101 1000101 100111

Color Harmonies of #AA1F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F71

Black with #AA1F71

Text Example


Text Example

White with #AA1F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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