#AE6BCC

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

Shades of Amethyst #AE6BCC

Tints of Amethyst #AE6BCC

Color information

#AE6BCC (or 0xAE6BCC) is unknown color: approx Amethyst. HEX triplet: AE, 6B and CC. RGB value is (174,107,204). Sum of RGB (Red+Green+Blue) = 174+107+204=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BCC is #519433. Grayscale: #898989. Windows color (decimal): -5346356 or 13396910. OLE color: 13396910.

HSL color Cylindrical-coordinate representation of color #AE6BCC: hue angle of 281.44º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6BCC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174107204-
CMYK0.150.4800.2
HSL281.44º48.74%60.98%-
HSV(B)281.44º47.55%80%-
XYZ33.6123.8759.96-
YUV138.09165.2153.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=35.88%
G=22.06%
B=42.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741072040.150.4800.2281.4448.7460.98
HexAE6BCCF30014119313d
Octal25615331417600244316175
Binary101011101101011110011001111110000010100100011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BCC; }

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

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

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

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

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

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

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

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