#AD69CE

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

Shades of Amethyst #AD69CE

Tints of Amethyst #AD69CE

Color information

#AD69CE (or 0xAD69CE) is unknown color: approx Amethyst. HEX triplet: AD, 69 and CE. RGB value is (173,105,206). Sum of RGB (Red+Green+Blue) = 173+105+206=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CE is #529631. Grayscale: #888888. Windows color (decimal): -5412402 or 13527469. OLE color: 13527469.

HSL color Cylindrical-coordinate representation of color #AD69CE: hue angle of 280.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD69CE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173105206-
CMYK0.160.4900.19
HSL280.4º50.75%60.98%-
HSV(B)280.4º49.03%80.78%-
XYZ33.4323.4461.16-
YUV136.85167.03153.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=35.74%
G=21.69%
B=42.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731052060.160.4900.19280.450.7560.98
HexAD69CE1031013118333d
Octal25515131620610234306375
Binary1010110111010011100111010000110001010011100011000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69CE; }

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

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

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

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

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

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

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

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