#AD69C9

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

Shades of Amethyst #AD69C9

Tints of Amethyst #AD69C9

Color information

#AD69C9 (or 0xAD69C9) is unknown color: approx Amethyst. HEX triplet: AD, 69 and C9. RGB value is (173,105,201). Sum of RGB (Red+Green+Blue) = 173+105+201=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD69C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69C9 is #529636. Grayscale: #878787. Windows color (decimal): -5412407 or 13199789. OLE color: 13199789.

HSL color Cylindrical-coordinate representation of color #AD69C9: hue angle of 282.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD69C9 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173105201-
CMYK0.140.4800.21
HSL282.5º47.06%60%-
HSV(B)282.5º47.76%78.82%-
XYZ32.8323.258.01-
YUV136.28164.53154.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=36.12%
G=21.92%
B=41.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731052010.140.4800.21282.547.0660
HexAD69C9E3001511a2f3c
Octal25515131116600254325774
Binary101011011101001110010011110110000010101100011010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69C9; }

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

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

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

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

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

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

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

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