#AA1D5E

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

Shades of Jazzberry Jam #AA1D5E

Tints of Jazzberry Jam #AA1D5E

Color information

#AA1D5E (or 0xAA1D5E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1D and 5E. RGB value is (170,29,94). Sum of RGB (Red+Green+Blue) = 170+29+94=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D5E is #55E2A1. Grayscale: #4E4E4E. Windows color (decimal): -5628578 or 6167978. OLE color: 6167978.

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

Color convert

RGB1702994-
CMYK00.830.450.33
HSL332.34º70.85%39.02%-
HSV(B)332.34º82.94%66.67%-
XYZ19.0410.2311.56-
YUV78.57136.71193.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 29 (11.72% from 255) = 9.90%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=58.02%
G=9.90%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170299400.830.450.33332.3470.8539.02
HexAA1D5E0532D2114c4727
Octal252351360123554151410747
Binary10101010111011011110010100111011011000011010011001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1D5E; }

 p { color: rgb(170,29,94); }

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

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

 a { background-color: rgb(170,29,94); }

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

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

 span { border-color: rgb(170,29,94); }

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