#A96ACF

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

Shades of Amethyst #A96ACF

Tints of Amethyst #A96ACF

Color information

#A96ACF (or 0xA96ACF) is unknown color: approx Amethyst. HEX triplet: A9, 6A and CF. RGB value is (169,106,207). Sum of RGB (Red+Green+Blue) = 169+106+207=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACF is #569530. Grayscale: #888888. Windows color (decimal): -5674289 or 13593257. OLE color: 13593257.

HSL color Cylindrical-coordinate representation of color #A96ACF: hue angle of 277.43º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96ACF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169106207-
CMYK0.180.4900.19
HSL277.43º51.27%61.37%-
HSV(B)277.43º48.79%81.18%-
XYZ32.7823.2561.79-
YUV136.35167.87151.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=35.06%
G=21.99%
B=42.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691062070.180.4900.19277.4351.2761.37
HexA96ACF1231013115333d
Octal25115231722610234256375
Binary1010100111010101100111110010110001010011100010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96ACF; }

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

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

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

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

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

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

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

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