#A96FC2

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

Shades of Amethyst #A96FC2

Tints of Amethyst #A96FC2

Color information

#A96FC2 (or 0xA96FC2) is unknown color: approx Amethyst. HEX triplet: A9, 6F and C2. RGB value is (169,111,194). Sum of RGB (Red+Green+Blue) = 169+111+194=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #A96FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FC2 is #56903D. Grayscale: #898989. Windows color (decimal): -5673022 or 12742569. OLE color: 12742569.

HSL color Cylindrical-coordinate representation of color #A96FC2: hue angle of 281.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96FC2 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169111194-
CMYK0.130.4300.24
HSL281.93º40.49%59.8%-
HSV(B)281.93º42.78%76.08%-
XYZ31.7823.753.94-
YUV137.8159.72150.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=35.65%
G=23.42%
B=40.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691111940.130.4300.24281.9340.4959.8
HexA96FC2D2B01811a283c
Octal25115730215530304325074
Binary101010011101111110000101101101011011000100011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FC2; }

 p { color: rgb(169,111,194); }

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

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

 a { background-color: rgb(169,111,194); }

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

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

 span { border-color: rgb(169,111,194); }

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