#AA2061

Color #AA2061 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA2061

Tints of Jazzberry Jam #AA2061

Color information

#AA2061 (or 0xAA2061) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 20 and 61. RGB value is (170,32,97). Sum of RGB (Red+Green+Blue) = 170+32+97=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2061 is #55DF9E. Grayscale: #505050. Windows color (decimal): -5627807 or 6365354. OLE color: 6365354.

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

Color convert

RGB1703297-
CMYK00.810.430.33
HSL331.74º68.32%39.61%-
HSV(B)331.74º81.18%66.67%-
XYZ19.2510.4412.31-
YUV80.67137.22191.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=56.86%
G=10.70%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170329700.810.430.33331.7468.3239.61
HexAA20610512B2114c4428
Octal252401410121534151410450
Binary101010101000001100001010100011010111000011010011001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2061; }

 p { color: rgb(170,32,97); }

 H1.HeaderClassName
 {
   color: #AA2061;
 }
 .AnyTagClassName
 {
   color: #AA2061;
 }
</style>
background-color css

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

 a { background-color: rgb(170,32,97); }

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

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

 span { border-color: rgb(170,32,97); }

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