#A263DE

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

Shades of Amethyst #A263DE

Tints of Amethyst #A263DE

Color information

#A263DE (or 0xA263DE) is unknown color: approx Amethyst. HEX triplet: A2, 63 and DE. RGB value is (162,99,222). Sum of RGB (Red+Green+Blue) = 162+99+222=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 99 (39.06% from 255 or 20.50% 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 #A263DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263DE is #5D9C21. Grayscale: #838383. Windows color (decimal): -6134818 or 14574498. OLE color: 14574498.

HSL color Cylindrical-coordinate representation of color #A263DE: hue angle of 270.73º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A263DE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16299222-
CMYK0.270.5500.13
HSL270.73º65.08%62.94%-
HSV(B)270.73º55.41%87.06%-
XYZ32.5521.8871.61-
YUV131.86178.87149.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=33.54%
G=20.50%
B=45.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162992220.270.5500.13270.7365.0862.94
HexA263DE1B370D10f413f
Octal242143336336701541710177
Binary1010001011000111101111011011110111011011000011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263DE; }

 p { color: rgb(162,99,222); }

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

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

 a { background-color: rgb(162,99,222); }

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

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

 span { border-color: rgb(162,99,222); }

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