#AD6BE6

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

Shades of Amethyst #AD6BE6

Tints of Amethyst #AD6BE6

Color information

#AD6BE6 (or 0xAD6BE6) is unknown color: approx Amethyst. HEX triplet: AD, 6B and E6. RGB value is (173,107,230). Sum of RGB (Red+Green+Blue) = 173+107+230=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD6BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BE6 is #529419. Grayscale: #8C8C8C. Windows color (decimal): -5411866 or 15100845. OLE color: 15100845.

HSL color Cylindrical-coordinate representation of color #AD6BE6: hue angle of 272.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6BE6 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173107230-
CMYK0.250.5300.10
HSL272.2º71.1%66.08%-
HSV(B)272.2º53.48%90.2%-
XYZ36.7725.1177.77-
YUV140.76178.37151-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 230 (90.23% from 255) = 45.10%
R=33.92%
G=20.98%
B=45.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731072300.250.5300.10272.271.166.08
HexAD6BE619350A1104742
Octal2551533463165012420107102
Binary10101101110101111100110110011101010101010001000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BE6; }

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

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

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

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

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

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

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

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