#A96AD4

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

Shades of Amethyst #A96AD4

Tints of Amethyst #A96AD4

Color information

#A96AD4 (or 0xA96AD4) is unknown color: approx Amethyst. HEX triplet: A9, 6A and D4. RGB value is (169,106,212). Sum of RGB (Red+Green+Blue) = 169+106+212=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #A96AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96AD4 is #56952B. Grayscale: #888888. Windows color (decimal): -5674284 or 13920937. OLE color: 13920937.

HSL color Cylindrical-coordinate representation of color #A96AD4: hue angle of 275.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96AD4 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169106212-
CMYK0.200.500.17
HSL275.66º55.21%62.35%-
HSV(B)275.66º50%83.14%-
XYZ33.423.565.06-
YUV136.92170.37150.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=34.70%
G=21.77%
B=43.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691062120.200.500.17275.6655.2162.35
HexA96AD41432011114373e
Octal25115232424620214246776
Binary1010100111010101101010010100110010010001100010100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AD4; }

 p { color: rgb(169,106,212); }

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

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

 a { background-color: rgb(169,106,212); }

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

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

 span { border-color: rgb(169,106,212); }

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