#A96FE0

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

Shades of Amethyst #A96FE0

Tints of Amethyst #A96FE0

Color information

#A96FE0 (or 0xA96FE0) is unknown color: approx Amethyst. HEX triplet: A9, 6F and E0. RGB value is (169,111,224). Sum of RGB (Red+Green+Blue) = 169+111+224=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #A96FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FE0 is #56901F. Grayscale: #8C8C8C. Windows color (decimal): -5672992 or 14708649. OLE color: 14708649.

HSL color Cylindrical-coordinate representation of color #A96FE0: hue angle of 270.8º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96FE0 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169111224-
CMYK0.250.5000.12
HSL270.8º64.57%65.69%-
HSV(B)270.8º50.45%87.84%-
XYZ35.525.1973.51-
YUV141.22174.72147.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=33.53%
G=22.02%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691112240.250.5000.12270.864.5765.69
HexA96FE019320C10f4142
Octal2511573403162014417101102
Binary10101001110111111100000110011100100110010000111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FE0; }

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

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

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

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

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

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

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

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