#AA1A72

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

Shades of Jazzberry Jam #AA1A72

Tints of Jazzberry Jam #AA1A72

Color information

#AA1A72 (or 0xAA1A72) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1A and 72. RGB value is (170,26,114). Sum of RGB (Red+Green+Blue) = 170+26+114=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A72 is #55E58D. Grayscale: #4E4E4E. Windows color (decimal): -5629326 or 7477930. OLE color: 7477930.

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

Color convert

RGB17026114-
CMYK00.850.330.33
HSL323.33º73.47%38.43%-
HSV(B)323.33º84.71%66.67%-
XYZ19.9810.516.89-
YUV79.09147.71192.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=54.84%
G=8.39%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702611400.850.330.33323.3373.4738.43
HexAA1A7205521211434926
Octal252321620125414150311146
Binary10101010110101110010010101011000011000011010000111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A72; }

 p { color: rgb(170,26,114); }

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

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

 a { background-color: rgb(170,26,114); }

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

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

 span { border-color: rgb(170,26,114); }

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