#AD74CF

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

Shades of Amethyst #AD74CF

Tints of Amethyst #AD74CF

Color information

#AD74CF (or 0xAD74CF) is unknown color: approx Amethyst. HEX triplet: AD, 74 and CF. RGB value is (173,116,207). Sum of RGB (Red+Green+Blue) = 173+116+207=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74CF is #528B30. Grayscale: #8F8F8F. Windows color (decimal): -5409585 or 13595821. OLE color: 13595821.

HSL color Cylindrical-coordinate representation of color #AD74CF: hue angle of 277.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD74CF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173116207-
CMYK0.160.4400.19
HSL277.58º48.66%63.33%-
HSV(B)277.58º43.96%81.18%-
XYZ34.7425.8862.2-
YUV143.42163.88149.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=34.88%
G=23.39%
B=41.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731162070.160.4400.19277.5848.6663.33
HexAD74CF102C013116313f
Octal25516431720540234266177
Binary1010110111101001100111110000101100010011100010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD74CF; }

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

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

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

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

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

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

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

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