#AA156E

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

Shades of Jazzberry Jam #AA156E

Tints of Jazzberry Jam #AA156E

Color information

#AA156E (or 0xAA156E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 15 and 6E. RGB value is (170,21,110). Sum of RGB (Red+Green+Blue) = 170+21+110=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA156E is #55EA91. Grayscale: #4B4B4B. Windows color (decimal): -5630610 or 7214506. OLE color: 7214506.

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

Color convert

RGB17021110-
CMYK00.880.350.33
HSL324.16º78.01%37.45%-
HSV(B)324.16º87.65%66.67%-
XYZ19.6610.2115.69-
YUV75.7147.36195.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=56.48%
G=6.98%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702111000.880.350.33324.1678.0137.45
HexAA156E05823211444e25
Octal252251560130434150411645
Binary10101010101011101110010110001000111000011010001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA156E; }

 p { color: rgb(170,21,110); }

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

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

 a { background-color: rgb(170,21,110); }

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

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

 span { border-color: rgb(170,21,110); }

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