#AD74CE

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

Shades of Amethyst #AD74CE

Tints of Amethyst #AD74CE

Color information

#AD74CE (or 0xAD74CE) is unknown color: approx Amethyst. HEX triplet: AD, 74 and CE. RGB value is (173,116,206). Sum of RGB (Red+Green+Blue) = 173+116+206=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74CE is #528B31. Grayscale: #8F8F8F. Windows color (decimal): -5409586 or 13530285. OLE color: 13530285.

HSL color Cylindrical-coordinate representation of color #AD74CE: hue angle of 278º degrees, saturation: 0.48, 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 #AD74CE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173116206-
CMYK0.160.4400.19
HSL278º47.87%63.14%-
HSV(B)278º43.69%80.78%-
XYZ34.6225.8361.55-
YUV143.3163.38149.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=34.95%
G=23.43%
B=41.62%

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
Decimal1731162060.160.4400.1927847.8763.14
HexAD74CE102C013116303f
Octal25516431620540234266077
Binary1010110111101001100111010000101100010011100010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD74CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD74CE; }

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

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

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

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

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

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

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

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