#A96ACC

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

Shades of Amethyst #A96ACC

Tints of Amethyst #A96ACC

Color information

#A96ACC (or 0xA96ACC) is unknown color: approx Amethyst. HEX triplet: A9, 6A and CC. RGB value is (169,106,204). Sum of RGB (Red+Green+Blue) = 169+106+204=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A96ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACC is #569533. Grayscale: #878787. Windows color (decimal): -5674292 or 13396649. OLE color: 13396649.

HSL color Cylindrical-coordinate representation of color #A96ACC: hue angle of 278.57º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96ACC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169106204-
CMYK0.170.4800.2
HSL278.57º49%60.78%-
HSV(B)278.57º48.04%80%-
XYZ32.4223.159.88-
YUV136.01166.37151.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=35.28%
G=22.13%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691062040.170.4800.2278.574960.78
HexA96ACC1130014117313d
Octal25115231421600244276175
Binary1010100111010101100110010001110000010100100010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96ACC; }

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

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

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

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

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

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

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

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