#AA1B76

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

Shades of Jazzberry Jam #AA1B76

Tints of Jazzberry Jam #AA1B76

Color information

#AA1B76 (or 0xAA1B76) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1B and 76. RGB value is (170,27,118). Sum of RGB (Red+Green+Blue) = 170+27+118=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B76 is #55E489. Grayscale: #4F4F4F. Windows color (decimal): -5629066 or 7740330. OLE color: 7740330.

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

Color convert

RGB17027118-
CMYK00.840.310.33
HSL321.82º72.59%38.63%-
HSV(B)321.82º84.12%66.67%-
XYZ20.2410.6418.13-
YUV80.13149.38192.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=53.97%
G=8.57%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702711800.840.310.33321.8272.5938.63
HexAA1B760541F211424927
Octal252331660124374150211147
Binary1010101011011111011001010100111111000011010000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B76; }

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

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

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

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

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

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

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

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