#AA1F5E

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

Shades of Jazzberry Jam #AA1F5E

Tints of Jazzberry Jam #AA1F5E

Color information

#AA1F5E (or 0xAA1F5E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1F and 5E. RGB value is (170,31,94). Sum of RGB (Red+Green+Blue) = 170+31+94=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F5E is #55E0A1. Grayscale: #4F4F4F. Windows color (decimal): -5628066 or 6168490. OLE color: 6168490.

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

Color convert

RGB1703194-
CMYK00.820.450.33
HSL332.81º69.15%39.41%-
HSV(B)332.81º81.76%66.67%-
XYZ19.0910.3311.58-
YUV79.74136.05192.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 31 (12.5% from 255) = 10.51%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=57.63%
G=10.51%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170319400.820.450.33332.8169.1539.41
HexAA1F5E0522D2114d4527
Octal252371360122554151510547
Binary10101010111111011110010100101011011000011010011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F5E; }

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

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

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

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

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

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

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

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