#aa196b

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

Shades of Jazzberry Jam #AA196B

Tints of Jazzberry Jam #AA196B

Color information

#AA196B (or 0xAA196B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 19 and 6B. RGB value is (170,25,107). Sum of RGB (Red+Green+Blue) = 170+25+107=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196B is #55E694. Grayscale: #4D4D4D. Windows color (decimal): -5629589 or 7018922. OLE color: 7018922.

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

Color convert

RGB17025107-
CMYK00.850.370.33
HSL326.07º74.36%38.24%-
HSV(B)326.07º85.29%66.67%-
XYZ19.5810.314.87-
YUV77.7144.54193.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=56.29%
G=8.28%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702510700.850.370.33326.0774.3638.24
HexAA196B05525211464a26
Octal252311530125454150611246
Binary10101010110011101011010101011001011000011010001101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa196b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa196b; }

 p { color: rgb(170,25,107); }

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

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

 a { background-color: rgb(170,25,107); }

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

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

 span { border-color: rgb(170,25,107); }

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