Html Css Color HEX #AA0047 Jazzberry Jam

📋 copy color: '#AA0047'

red 170 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #AA0047

Tints of Jazzberry Jam #AA0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.54%
G = 0%
B = 29.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA0047 (or 0xAA0047) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 47. RGB value is (170,0,71). Sum of RGB (Red+Green+Blue) = 170+0+71=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0047 is #55FFB8. Grayscale: #3A3A3A. Windows color (decimal): -5636025 or 4653226. OLE color: 4653226.

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

Color convert

RGB 170 0 71 -
CMYK 0 1 0.58 0.33
HSL 334.94º 1% 0.33% -
HSV(B) 334.94º 1% 0.67% -
XYZ 17.71 9 6.76 -
YUV 58.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 170 0 71 0 1 0.58 0.33 334.94 1 0.33
Hex AA 0 47 0 64 3A 21 14F 64 21
Octal 252 0 107 0 144 72 41 517 144 41
Binary 10101010 0 1000111 0 1100100 111010 100001 101001111 1100100 100001

Color Harmonies of #AA0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0047

Black with #AA0047

Text Example


Text Example

White with #AA0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0047; }

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

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

background-color css

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

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

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

border-color css

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

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

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