#AA1F5D

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

Shades of Jazzberry Jam #AA1F5D

Tints of Jazzberry Jam #AA1F5D

Color information

#AA1F5D (or 0xAA1F5D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1F and 5D. RGB value is (170,31,93). Sum of RGB (Red+Green+Blue) = 170+31+93=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F5D is #55E0A2. Grayscale: #4F4F4F. Windows color (decimal): -5628067 or 6102954. OLE color: 6102954.

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

Color convert

RGB1703193-
CMYK00.820.450.33
HSL333.24º69.15%39.41%-
HSV(B)333.24º81.76%66.67%-
XYZ19.0410.3211.34-
YUV79.63135.55192.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=57.82%
G=10.54%
B=31.63%

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
Decimal170319300.820.450.33333.2469.1539.41
HexAA1F5D0522D2114d4527
Octal252371350122554151510547
Binary10101010111111011101010100101011011000011010011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F5D; }

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

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

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

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

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

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

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

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