#AD63EC

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

Shades of Amethyst #AD63EC

Tints of Amethyst #AD63EC

Color information

#AD63EC (or 0xAD63EC) is unknown color: approx Amethyst. HEX triplet: AD, 63 and EC. RGB value is (173,99,236). Sum of RGB (Red+Green+Blue) = 173+99+236=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD63EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63EC is #529C13. Grayscale: #888888. Windows color (decimal): -5413908 or 15492013. OLE color: 15492013.

HSL color Cylindrical-coordinate representation of color #AD63EC: hue angle of 272.41º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD63EC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17399236-
CMYK0.270.5800.07
HSL272.41º78.29%65.69%-
HSV(B)272.41º58.05%92.55%-
XYZ36.8423.8682.02-
YUV136.74184.02153.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 99 (39.06% from 255) = 19.49%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=34.06%
G=19.49%
B=46.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173992360.270.5800.07272.4178.2965.69
HexAD63EC1B3A071104e42
Octal255143354337207420116102
Binary1010110111000111110110011011111010011110001000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63EC; }

 p { color: rgb(173,99,236); }

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

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

 a { background-color: rgb(173,99,236); }

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

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

 span { border-color: rgb(173,99,236); }

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