Html Css Color HEX #AA0549 Jazzberry Jam

📋 copy color: '#AA0549'

red 170 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #AA0549

Tints of Jazzberry Jam #AA0549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 68.55%
G = 2.02%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA0549 (or 0xAA0549) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 49. RGB value is (170,5,73). Sum of RGB (Red+Green+Blue) = 170+5+73=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0549 is #55FAB6. Grayscale: #3D3D3D. Windows color (decimal): -5634743 or 4785578. OLE color: 4785578.

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

Color convert

RGB 170 5 73 -
CMYK 0 0.97 0.57 0.33
HSL 335.27º 0.94% 0.34% -
HSV(B) 335.27º 0.97% 0.67% -
XYZ 17.83 9.14 7.13 -
YUV 62.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 170 5 73 0 0.97 0.57 0.33 335.27 0.94 0.34
Hex AA 5 49 0 61 39 21 14F 5E 22
Octal 252 5 111 0 141 71 41 517 136 42
Binary 10101010 101 1001001 0 1100001 111001 100001 101001111 1011110 100010

Color Harmonies of #AA0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0549

Black with #AA0549

Text Example


Text Example

White with #AA0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0549; }

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

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

background-color css

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

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

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

border-color css

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

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

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