#AA1A76

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

Shades of Jazzberry Jam #AA1A76

Tints of Jazzberry Jam #AA1A76

Color information

#AA1A76 (or 0xAA1A76) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1A and 76. RGB value is (170,26,118). Sum of RGB (Red+Green+Blue) = 170+26+118=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A76 is #55E589. Grayscale: #4F4F4F. Windows color (decimal): -5629322 or 7740074. OLE color: 7740074.

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

Color convert

RGB17026118-
CMYK00.850.310.33
HSL321.67º73.47%38.43%-
HSV(B)321.67º84.71%66.67%-
XYZ20.2210.5918.12-
YUV79.54149.71192.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=54.14%
G=8.28%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702611800.850.310.33321.6773.4738.43
HexAA1A760551F211424926
Octal252321660125374150211146
Binary1010101011010111011001010101111111000011010000101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A76; }

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

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

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

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

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

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

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

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