#A95CDF

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

Shades of Amethyst #A95CDF

Tints of Amethyst #A95CDF

Color information

#A95CDF (or 0xA95CDF) is unknown color: approx Amethyst. HEX triplet: A9, 5C and DF. RGB value is (169,92,223). Sum of RGB (Red+Green+Blue) = 169+92+223=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A95CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CDF is #56A320. Grayscale: #818181. Windows color (decimal): -5677857 or 14638249. OLE color: 14638249.

HSL color Cylindrical-coordinate representation of color #A95CDF: hue angle of 275.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95CDF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16992223-
CMYK0.240.5900.13
HSL275.27º67.18%61.76%-
HSV(B)275.27º58.74%87.45%-
XYZ33.5121.4272.18-
YUV129.96180.51155.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=34.92%
G=19.01%
B=46.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169922230.240.5900.13275.2767.1861.76
HexA95CDF183B0D113433e
Octal251134337307301542310376
Binary1010100110111001101111111000111011011011000100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CDF; }

 p { color: rgb(169,92,223); }

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

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

 a { background-color: rgb(169,92,223); }

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

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

 span { border-color: rgb(169,92,223); }

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