#aa1479

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

Shades of Jazzberry Jam #AA1479

Tints of Jazzberry Jam #AA1479

Color information

#AA1479 (or 0xAA1479) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 14 and 79. RGB value is (170,20,121). Sum of RGB (Red+Green+Blue) = 170+20+121=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1479 is #55EB86. Grayscale: #4C4C4C. Windows color (decimal): -5630855 or 7935146. OLE color: 7935146.

HSL color Cylindrical-coordinate representation of color #AA1479: hue angle of 319.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1479 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17020121-
CMYK00.880.290.33
HSL319.6º78.95%37.25%-
HSV(B)319.6º88.24%66.67%-
XYZ20.2810.4319.03-
YUV76.36153.2194.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 20 (8.20% from 255) = 6.43%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=54.66%
G=6.43%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702012100.880.290.33319.678.9537.25
HexAA14790581D211404f25
Octal252241710130354150011745
Binary1010101010100111100101011000111011000011010000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1479; }

 p { color: rgb(170,20,121); }

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

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

 a { background-color: rgb(170,20,121); }

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

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

 span { border-color: rgb(170,20,121); }

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