#AE6BCA

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

Shades of Amethyst #AE6BCA

Tints of Amethyst #AE6BCA

Color information

#AE6BCA (or 0xAE6BCA) is unknown color: approx Amethyst. HEX triplet: AE, 6B and CA. RGB value is (174,107,202). Sum of RGB (Red+Green+Blue) = 174+107+202=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BCA is #519435. Grayscale: #898989. Windows color (decimal): -5346358 or 13265838. OLE color: 13265838.

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

Color convert

RGB174107202-
CMYK0.140.4700.21
HSL282.32º47.26%60.59%-
HSV(B)282.32º47.03%79.22%-
XYZ33.3723.7858.71-
YUV137.86164.2153.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=36.02%
G=22.15%
B=41.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741072020.140.4700.21282.3247.2660.59
HexAE6BCAE2F01511a2f3d
Octal25615331216570254325775
Binary101011101101011110010101110101111010101100011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BCA; }

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

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

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

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

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

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

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

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