#AA1B73

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

Shades of Jazzberry Jam #AA1B73

Tints of Jazzberry Jam #AA1B73

Color information

#AA1B73 (or 0xAA1B73) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1B and 73. RGB value is (170,27,115). Sum of RGB (Red+Green+Blue) = 170+27+115=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B73 is #55E48C. Grayscale: #4F4F4F. Windows color (decimal): -5629069 or 7543722. OLE color: 7543722.

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

Color convert

RGB17027115-
CMYK00.840.320.33
HSL323.08º72.59%38.63%-
HSV(B)323.08º84.12%66.67%-
XYZ20.0610.5717.2-
YUV79.79147.88192.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=54.49%
G=8.65%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702711500.840.320.33323.0872.5938.63
HexAA1B7305420211434927
Octal252331630124404150311147
Binary10101010110111110011010101001000001000011010000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B73; }

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

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

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

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

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

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

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

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