#A263CE

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

Shades of Amethyst #A263CE

Tints of Amethyst #A263CE

Color information

#A263CE (or 0xA263CE) is unknown color: approx Amethyst. HEX triplet: A2, 63 and CE. RGB value is (162,99,206). Sum of RGB (Red+Green+Blue) = 162+99+206=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #A263CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CE is #5D9C31. Grayscale: #818181. Windows color (decimal): -6134834 or 13525922. OLE color: 13525922.

HSL color Cylindrical-coordinate representation of color #A263CE: hue angle of 275.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A263CE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16299206-
CMYK0.210.5200.19
HSL275.33º52.2%59.8%-
HSV(B)275.33º51.94%80.78%-
XYZ30.521.0660.85-
YUV130.04170.87150.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=34.69%
G=21.20%
B=44.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162992060.210.5200.19275.3352.259.8
HexA263CE1534013113343c
Octal24214331625640234236474
Binary1010001011000111100111010101110100010011100010011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263CE; }

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

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

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

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

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

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

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

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