#AA196A

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

Shades of Jazzberry Jam #AA196A

Tints of Jazzberry Jam #AA196A

Color information

#AA196A (or 0xAA196A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 19 and 6A. RGB value is (170,25,106). Sum of RGB (Red+Green+Blue) = 170+25+106=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196A is #55E695. Grayscale: #4D4D4D. Windows color (decimal): -5629590 or 6953386. OLE color: 6953386.

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

Color convert

RGB17025106-
CMYK00.850.380.33
HSL326.48º74.36%38.24%-
HSV(B)326.48º85.29%66.67%-
XYZ19.5310.2814.59-
YUV77.59144.04193.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 25 (10.16% from 255) = 8.31%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=56.48%
G=8.31%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702510600.850.380.33326.4874.3638.24
HexAA196A05526211464a26
Octal252311520125464150611246
Binary10101010110011101010010101011001101000011010001101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA196A; }

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

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

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

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

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

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

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

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