#AD69D9

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

Shades of Amethyst #AD69D9

Tints of Amethyst #AD69D9

Color information

#AD69D9 (or 0xAD69D9) is unknown color: approx Amethyst. HEX triplet: AD, 69 and D9. RGB value is (173,105,217). Sum of RGB (Red+Green+Blue) = 173+105+217=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD69D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69D9 is #529626. Grayscale: #898989. Windows color (decimal): -5412391 or 14248365. OLE color: 14248365.

HSL color Cylindrical-coordinate representation of color #AD69D9: hue angle of 276.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD69D9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173105217-
CMYK0.200.5200.15
HSL276.43º59.57%63.14%-
HSV(B)276.43º51.61%85.1%-
XYZ34.812468.44-
YUV138.1172.53152.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=34.95%
G=21.21%
B=43.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731052170.200.5200.15276.4359.5763.14
HexAD69D914340F1143c3f
Octal25515133124640174247477
Binary101011011101001110110011010011010001111100010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69D9; }

 p { color: rgb(173,105,217); }

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

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

 a { background-color: rgb(173,105,217); }

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

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

 span { border-color: rgb(173,105,217); }

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