#a96fc1

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

Shades of Amethyst #A96FC1

Tints of Amethyst #A96FC1

Color information

#A96FC1 (or 0xA96FC1) is unknown color: approx Amethyst. HEX triplet: A9, 6F and C1. RGB value is (169,111,193). Sum of RGB (Red+Green+Blue) = 169+111+193=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #A96FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FC1 is #56903E. Grayscale: #898989. Windows color (decimal): -5673023 or 12677033. OLE color: 12677033.

HSL color Cylindrical-coordinate representation of color #A96FC1: hue angle of 282.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96FC1 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169111193-
CMYK0.120.4200.24
HSL282.44º39.81%59.61%-
HSV(B)282.44º42.49%75.69%-
XYZ31.6723.6553.35-
YUV137.69159.22150.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=35.73%
G=23.47%
B=40.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691111930.120.4200.24282.4439.8159.61
HexA96FC1C2A01811a283c
Octal25115730114520304325074
Binary101010011101111110000011100101010011000100011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96fc1; }

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

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

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

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

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

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

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

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