#AD6CE3

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

Shades of Amethyst #AD6CE3

Tints of Amethyst #AD6CE3

Color information

#AD6CE3 (or 0xAD6CE3) is unknown color: approx Amethyst. HEX triplet: AD, 6C and E3. RGB value is (173,108,227). Sum of RGB (Red+Green+Blue) = 173+108+227=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD6CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CE3 is #52931C. Grayscale: #8C8C8C. Windows color (decimal): -5411613 or 14904493. OLE color: 14904493.

HSL color Cylindrical-coordinate representation of color #AD6CE3: hue angle of 272.77º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6CE3 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173108227-
CMYK0.240.5200.11
HSL272.77º68%65.69%-
HSV(B)272.77º52.42%89.02%-
XYZ36.4625.1675.61-
YUV141176.53150.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 227 (89.06% from 255) = 44.69%
R=34.06%
G=21.26%
B=44.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731082270.240.5200.11272.776865.69
HexAD6CE318340B1114442
Octal2551543433064013421104102
Binary10101101110110011100011110001101000101110001000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CE3; }

 p { color: rgb(173,108,227); }

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

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

 a { background-color: rgb(173,108,227); }

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

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

 span { border-color: rgb(173,108,227); }

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