#AE6BCB

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

Shades of Amethyst #AE6BCB

Tints of Amethyst #AE6BCB

Color information

#AE6BCB (or 0xAE6BCB) is unknown color: approx Amethyst. HEX triplet: AE, 6B and CB. RGB value is (174,107,203). Sum of RGB (Red+Green+Blue) = 174+107+203=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE6BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BCB is #519434. Grayscale: #898989. Windows color (decimal): -5346357 or 13331374. OLE color: 13331374.

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

Color convert

RGB174107203-
CMYK0.140.4700.20
HSL281.88º48%60.78%-
HSV(B)281.88º47.29%79.61%-
XYZ33.4923.8359.33-
YUV137.98164.7153.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=35.95%
G=22.11%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741072030.140.4700.20281.884860.78
HexAE6BCBE2F01411a303d
Octal25615331316570244326075
Binary101011101101011110010111110101111010100100011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BCB; }

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

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

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

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

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

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

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

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