#A96FDF

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

Shades of Amethyst #A96FDF

Tints of Amethyst #A96FDF

Color information

#A96FDF (or 0xA96FDF) is unknown color: approx Amethyst. HEX triplet: A9, 6F and DF. RGB value is (169,111,223). Sum of RGB (Red+Green+Blue) = 169+111+223=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A96FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FDF is #569020. Grayscale: #8C8C8C. Windows color (decimal): -5672993 or 14643113. OLE color: 14643113.

HSL color Cylindrical-coordinate representation of color #A96FDF: hue angle of 271.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96FDF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169111223-
CMYK0.240.5000.13
HSL271.07º63.64%65.49%-
HSV(B)271.07º50.22%87.45%-
XYZ35.3725.1372.8-
YUV141.11174.22147.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=33.60%
G=22.07%
B=44.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691112230.240.5000.13271.0763.6465.49
HexA96FDF18320D10f4041
Octal2511573373062015417100101
Binary10101001110111111011111110001100100110110000111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FDF; }

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

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

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

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

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

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

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

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