#AD67D5

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

Shades of Amethyst #AD67D5

Tints of Amethyst #AD67D5

Color information

#AD67D5 (or 0xAD67D5) is unknown color: approx Amethyst. HEX triplet: AD, 67 and D5. RGB value is (173,103,213). Sum of RGB (Red+Green+Blue) = 173+103+213=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD67D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67D5 is #52982A. Grayscale: #888888. Windows color (decimal): -5412907 or 13985709. OLE color: 13985709.

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

Color convert

RGB173103213-
CMYK0.190.5200.16
HSL278.18º56.7%61.96%-
HSV(B)278.18º51.64%83.53%-
XYZ34.0923.3965.67-
YUV136.47171.19154.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=35.38%
G=21.06%
B=43.56%

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
Decimal1731032130.190.5200.16278.1856.761.96
HexAD67D51334010116393e
Octal25514732523640204267176
Binary1010110111001111101010110011110100010000100010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67D5; }

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

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

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

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

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

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

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

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