#AD67E3

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

Shades of Amethyst #AD67E3

Tints of Amethyst #AD67E3

Color information

#AD67E3 (or 0xAD67E3) is unknown color: approx Amethyst. HEX triplet: AD, 67 and E3. RGB value is (173,103,227). Sum of RGB (Red+Green+Blue) = 173+103+227=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD67E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67E3 is #52981C. Grayscale: #898989. Windows color (decimal): -5412893 or 14903213. OLE color: 14903213.

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

Color convert

RGB173103227-
CMYK0.240.5500.11
HSL273.87º68.89%64.71%-
HSV(B)273.87º54.63%89.02%-
XYZ35.9524.1375.44-
YUV138.07178.19152.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=34.39%
G=20.48%
B=45.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731032270.240.5500.11273.8768.8964.71
HexAD67E318370B1124541
Octal2551473433067013422105101
Binary10101101110011111100011110001101110101110001001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67E3; }

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

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

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

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

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

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

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

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