#A95CDE

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

Shades of Amethyst #A95CDE

Tints of Amethyst #A95CDE

Color information

#A95CDE (or 0xA95CDE) is unknown color: approx Amethyst. HEX triplet: A9, 5C and DE. RGB value is (169,92,222). Sum of RGB (Red+Green+Blue) = 169+92+222=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #A95CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CDE is #56A321. Grayscale: #818181. Windows color (decimal): -5677858 or 14572713. OLE color: 14572713.

HSL color Cylindrical-coordinate representation of color #A95CDE: hue angle of 275.54º degrees, saturation: 0.66, 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 #A95CDE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16992222-
CMYK0.240.5900.13
HSL275.54º66.33%61.57%-
HSV(B)275.54º58.56%87.06%-
XYZ33.3721.3671.47-
YUV129.84180.01155.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=34.99%
G=19.05%
B=45.96%

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
Decimal169922220.240.5900.13275.5466.3361.57
HexA95CDE183B0D114423e
Octal251134336307301542410276
Binary1010100110111001101111011000111011011011000101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CDE; }

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

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

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

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

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

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

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

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