#AA1362

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

Shades of Jazzberry Jam #AA1362

Tints of Jazzberry Jam #AA1362

Color information

#AA1362 (or 0xAA1362) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 62. RGB value is (170,19,98). Sum of RGB (Red+Green+Blue) = 170+19+98=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1362 is #55EC9D. Grayscale: #484848. Windows color (decimal): -5631134 or 6427562. OLE color: 6427562.

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

Color convert

RGB1701998-
CMYK00.890.420.33
HSL328.61º79.89%37.06%-
HSV(B)328.61º88.82%66.67%-
XYZ19.029.8912.46-
YUV73.16142.03197.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=59.23%
G=6.62%
B=34.15%

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
Decimal170199800.890.420.33328.6179.8937.06
HexAA13620592A211495025
Octal252231420131524151112045
Binary10101010100111100010010110011010101000011010010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1362; }

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

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

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

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

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

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

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

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