#AD6BDB

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

Shades of Amethyst #AD6BDB

Tints of Amethyst #AD6BDB

Color information

#AD6BDB (or 0xAD6BDB) is unknown color: approx Amethyst. HEX triplet: AD, 6B and DB. RGB value is (173,107,219). Sum of RGB (Red+Green+Blue) = 173+107+219=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BDB is #529424. Grayscale: #8B8B8B. Windows color (decimal): -5411877 or 14379949. OLE color: 14379949.

HSL color Cylindrical-coordinate representation of color #AD6BDB: hue angle of 275.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6BDB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173107219-
CMYK0.210.5100.14
HSL275.36º60.87%63.92%-
HSV(B)275.36º51.14%85.88%-
XYZ35.2824.5169.89-
YUV139.5172.87151.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=34.67%
G=21.44%
B=43.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731072190.210.5100.14275.3660.8763.92
HexAD6BDB15330E1133d40
Octal255153333256301642375100
Binary1010110111010111101101110101110011011101000100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BDB; }

 p { color: rgb(173,107,219); }

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

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

 a { background-color: rgb(173,107,219); }

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

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

 span { border-color: rgb(173,107,219); }

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