Html Css Color HEX #AA0550 Jazzberry Jam

📋 copy color: '#AA0550'

red 170 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #AA0550

Tints of Jazzberry Jam #AA0550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 66.67%
G = 1.96%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA0550 (or 0xAA0550) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 50. RGB value is (170,5,80). Sum of RGB (Red+Green+Blue) = 170+5+80=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0550 is #55FAAF. Grayscale: #3E3E3E. Windows color (decimal): -5634736 or 5244330. OLE color: 5244330.

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

Color convert

RGB 170 5 80 -
CMYK 0 0.97 0.53 0.33
HSL 332.73º 0.94% 0.34% -
HSV(B) 332.73º 0.97% 0.67% -
XYZ 18.08 9.23 8.42 -
YUV 62.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 170 5 80 0 0.97 0.53 0.33 332.73 0.94 0.34
Hex AA 5 50 0 61 35 21 14D 5E 22
Octal 252 5 120 0 141 65 41 515 136 42
Binary 10101010 101 1010000 0 1100001 110101 100001 101001101 1011110 100010

Color Harmonies of #AA0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0550

Black with #AA0550

Text Example


Text Example

White with #AA0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0550; }

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

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

background-color css

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

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

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

border-color css

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

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

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