#AD6BE3

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

Shades of Amethyst #AD6BE3

Tints of Amethyst #AD6BE3

Color information

#AD6BE3 (or 0xAD6BE3) is unknown color: approx Amethyst. HEX triplet: AD, 6B and E3. RGB value is (173,107,227). Sum of RGB (Red+Green+Blue) = 173+107+227=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD6BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BE3 is #52941C. Grayscale: #8C8C8C. Windows color (decimal): -5411869 or 14904237. OLE color: 14904237.

HSL color Cylindrical-coordinate representation of color #AD6BE3: hue angle of 273º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6BE3 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173107227-
CMYK0.240.5300.11
HSL273º68.18%65.49%-
HSV(B)273º52.86%89.02%-
XYZ36.3624.9575.57-
YUV140.41176.87151.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=34.12%
G=21.10%
B=44.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731072270.240.5300.1127368.1865.49
HexAD6BE318350B1114441
Octal2551533433065013421104101
Binary10101101110101111100011110001101010101110001000110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BE3; }

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

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

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

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

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

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

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

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