#AE6BD1

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

Shades of Amethyst #AE6BD1

Tints of Amethyst #AE6BD1

Color information

#AE6BD1 (or 0xAE6BD1) is unknown color: approx Amethyst. HEX triplet: AE, 6B and D1. RGB value is (174,107,209). Sum of RGB (Red+Green+Blue) = 174+107+209=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE6BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BD1 is #51942E. Grayscale: #8A8A8A. Windows color (decimal): -5346351 or 13724590. OLE color: 13724590.

HSL color Cylindrical-coordinate representation of color #AE6BD1: hue angle of 279.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE6BD1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174107209-
CMYK0.170.4900.18
HSL279.41º52.58%61.96%-
HSV(B)279.41º48.8%81.96%-
XYZ34.2224.1263.17-
YUV138.66167.7153.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 107 (42.19% from 255) = 21.84%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=35.51%
G=21.84%
B=42.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741072090.170.4900.18279.4152.5861.96
HexAE6BD11131012117353e
Octal25615332121610224276576
Binary1010111011010111101000110001110001010010100010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BD1; }

 p { color: rgb(174,107,209); }

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

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

 a { background-color: rgb(174,107,209); }

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

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

 span { border-color: rgb(174,107,209); }

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