#AE6BF1

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

Shades of Medium Purple #AE6BF1

Tints of Medium Purple #AE6BF1

Color information

#AE6BF1 (or 0xAE6BF1) is unknown color: approx Medium Purple. HEX triplet: AE, 6B and F1. RGB value is (174,107,241). Sum of RGB (Red+Green+Blue) = 174+107+241=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE6BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6BF1 is #51940E. Grayscale: #8D8D8D. Windows color (decimal): -5346319 or 15821742. OLE color: 15821742.

HSL color Cylindrical-coordinate representation of color #AE6BF1: hue angle of 270º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE6BF1 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174107241-
CMYK0.280.5600.05
HSL270º82.72%68.24%-
HSV(B)270º55.6%94.51%-
XYZ38.5925.8686.18-
YUV142.31183.7150.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 20.50%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=33.33%
G=20.50%
B=46.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741072410.280.5600.0527082.7268.24
HexAE6BF11C380510e5344
Octal256153361347005416123104
Binary1010111011010111111000111100111000010110000111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BF1; }

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

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

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

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

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

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

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

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