#AD74DF

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

Shades of Amethyst #AD74DF

Tints of Amethyst #AD74DF

Color information

#AD74DF (or 0xAD74DF) is unknown color: approx Amethyst. HEX triplet: AD, 74 and DF. RGB value is (173,116,223). Sum of RGB (Red+Green+Blue) = 173+116+223=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DF is #528B20. Grayscale: #909090. Windows color (decimal): -5409569 or 14644397. OLE color: 14644397.

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

Color convert

RGB173116223-
CMYK0.220.4800.13
HSL271.96º62.57%66.47%-
HSV(B)271.96º47.98%87.45%-
XYZ36.826.773.03-
YUV145.24171.88147.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=33.79%
G=22.66%
B=43.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731162230.220.4800.13271.9662.5766.47
HexAD74DF16300D1103f42
Octal255164337266001542077102
Binary1010110111101001101111110110110000011011000100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD74DF; }

 p { color: rgb(173,116,223); }

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

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

 a { background-color: rgb(173,116,223); }

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

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

 span { border-color: rgb(173,116,223); }

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