#AD67D6

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

Shades of Amethyst #AD67D6

Tints of Amethyst #AD67D6

Color information

#AD67D6 (or 0xAD67D6) is unknown color: approx Amethyst. HEX triplet: AD, 67 and D6. RGB value is (173,103,214). Sum of RGB (Red+Green+Blue) = 173+103+214=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD67D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67D6 is #529829. Grayscale: #888888. Windows color (decimal): -5412906 or 14051245. OLE color: 14051245.

HSL color Cylindrical-coordinate representation of color #AD67D6: hue angle of 277.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD67D6 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173103214-
CMYK0.190.5200.16
HSL277.84º57.51%62.16%-
HSV(B)277.84º51.87%83.92%-
XYZ34.2223.4466.34-
YUV136.58171.69153.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 214 (83.98% from 255) = 43.67%
R=35.31%
G=21.02%
B=43.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731032140.190.5200.16277.8457.5162.16
HexAD67D613340101163a3e
Octal25514732623640204267276
Binary1010110111001111101011010011110100010000100010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67D6; }

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

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

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

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

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

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

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

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