#AA1363

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

Shades of Jazzberry Jam #AA1363

Tints of Jazzberry Jam #AA1363

Color information

#AA1363 (or 0xAA1363) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 63. RGB value is (170,19,99). Sum of RGB (Red+Green+Blue) = 170+19+99=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1363 is #55EC9C. Grayscale: #494949. Windows color (decimal): -5631133 or 6493098. OLE color: 6493098.

HSL color Cylindrical-coordinate representation of color #AA1363: hue angle of 328.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1363 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1701999-
CMYK00.890.420.33
HSL328.21º79.89%37.06%-
HSV(B)328.21º88.82%66.67%-
XYZ19.069.9112.71-
YUV73.27142.53197-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=59.03%
G=6.60%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170199900.890.420.33328.2179.8937.06
HexAA13630592A211485025
Octal252231430131524151012045
Binary10101010100111100011010110011010101000011010010001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1363; }

 p { color: rgb(170,19,99); }

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

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

 a { background-color: rgb(170,19,99); }

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

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

 span { border-color: rgb(170,19,99); }

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