#AE6BD2

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

Shades of Amethyst #AE6BD2

Tints of Amethyst #AE6BD2

Color information

#AE6BD2 (or 0xAE6BD2) is unknown color: approx Amethyst. HEX triplet: AE, 6B and D2. RGB value is (174,107,210). Sum of RGB (Red+Green+Blue) = 174+107+210=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE6BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BD2 is #51942D. Grayscale: #8A8A8A. Windows color (decimal): -5346350 or 13790126. OLE color: 13790126.

HSL color Cylindrical-coordinate representation of color #AE6BD2: hue angle of 279.03º 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 #AE6BD2 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174107210-
CMYK0.170.4900.18
HSL279.03º53.37%62.16%-
HSV(B)279.03º49.05%82.35%-
XYZ34.3524.1763.83-
YUV138.78168.2153.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=35.44%
G=21.79%
B=42.77%

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
Decimal1741072100.170.4900.18279.0353.3762.16
HexAE6BD21131012117353e
Octal25615332221610224276576
Binary1010111011010111101001010001110001010010100010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BD2; }

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

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

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

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

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

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

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

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