Html Css Color HEX #AA0547 Jazzberry Jam

📋 copy color: '#AA0547'

red 170 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #AA0547

Tints of Jazzberry Jam #AA0547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 69.11%
G = 2.03%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA0547 (or 0xAA0547) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 47. RGB value is (170,5,71). Sum of RGB (Red+Green+Blue) = 170+5+71=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0547 is #55FAB8. Grayscale: #3D3D3D. Windows color (decimal): -5634745 or 4654506. OLE color: 4654506.

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

Color convert

RGB 170 5 71 -
CMYK 0 0.97 0.58 0.33
HSL 336º 0.94% 0.34% -
HSV(B) 336º 0.97% 0.67% -
XYZ 17.77 9.11 6.78 -
YUV 61.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 170 5 71 0 0.97 0.58 0.33 336 0.94 0.34
Hex AA 5 47 0 61 3A 21 150 5E 22
Octal 252 5 107 0 141 72 41 520 136 42
Binary 10101010 101 1000111 0 1100001 111010 100001 101010000 1011110 100010

Color Harmonies of #AA0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0547

Black with #AA0547

Text Example


Text Example

White with #AA0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0547; }

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

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

background-color css

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

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

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

border-color css

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

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

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