Html Css Color HEX #AA1147 Jazzberry Jam

📋 copy color: '#AA1147'

red 170 ◦ green 17 ◦ blue 71

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

Shades of Jazzberry Jam #AA1147

Tints of Jazzberry Jam #AA1147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 65.89%
G = 6.59%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA1147 (or 0xAA1147) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 47. RGB value is (170,17,71). Sum of RGB (Red+Green+Blue) = 170+17+71=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1147 is #55EEB8. Grayscale: #444444. Windows color (decimal): -5631673 or 4657578. OLE color: 4657578.

HSL color Cylindrical-coordinate representation of color #AA1147: hue angle of 338.82º 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 #AA1147 is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 71 -
CMYK 0 0.9 0.58 0.33
HSL 338.82º 0.82% 0.37% -
HSV(B) 338.82º 0.9% 0.67% -
XYZ 17.92 9.4 6.83 -
YUV 68.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 170 17 71 0 0.9 0.58 0.33 338.82 0.82 0.37
Hex AA 11 47 0 5A 3A 21 153 52 25
Octal 252 21 107 0 132 72 41 523 122 45
Binary 10101010 10001 1000111 0 1011010 111010 100001 101010011 1010010 100101

Color Harmonies of #AA1147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1147

Black with #AA1147

Text Example


Text Example

White with #AA1147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1147; }

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

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

background-color css

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

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

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

border-color css

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

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

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