#AD6FE2

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

Shades of Amethyst #AD6FE2

Tints of Amethyst #AD6FE2

Color information

#AD6FE2 (or 0xAD6FE2) is unknown color: approx Amethyst. HEX triplet: AD, 6F and E2. RGB value is (173,111,226). Sum of RGB (Red+Green+Blue) = 173+111+226=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD6FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FE2 is #52901D. Grayscale: #8E8E8E. Windows color (decimal): -5410846 or 14839725. OLE color: 14839725.

HSL color Cylindrical-coordinate representation of color #AD6FE2: hue angle of 272.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6FE2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173111226-
CMYK0.230.5100.11
HSL272.35º66.47%66.08%-
HSV(B)272.35º50.88%88.63%-
XYZ36.6525.7474.99-
YUV142.65175.04149.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 226 (88.67% from 255) = 44.31%
R=33.92%
G=21.76%
B=44.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731112260.230.5100.11272.3566.4766.08
HexAD6FE217330B1104242
Octal2551573422763013420102102
Binary10101101110111111100010101111100110101110001000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FE2; }

 p { color: rgb(173,111,226); }

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

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

 a { background-color: rgb(173,111,226); }

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

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

 span { border-color: rgb(173,111,226); }

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