#AE7BF8

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

Shades of Medium Purple #AE7BF8

Tints of Medium Purple #AE7BF8

Color information

#AE7BF8 (or 0xAE7BF8) is unknown color: approx Medium Purple. HEX triplet: AE, 7B and F8. RGB value is (174,123,248). Sum of RGB (Red+Green+Blue) = 174+123+248=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #AE7BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7BF8 is #518407. Grayscale: #989898. Windows color (decimal): -5342216 or 16284590. OLE color: 16284590.

HSL color Cylindrical-coordinate representation of color #AE7BF8: hue angle of 264.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE7BF8 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174123248-
CMYK0.300.5000.03
HSL264.48º89.93%72.75%-
HSV(B)264.48º50.4%97.25%-
XYZ41.4829.9492.4-
YUV152.5181.9143.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=31.93%
G=22.57%
B=45.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741232480.300.5000.03264.4889.9372.75
HexAE7BF81E32031085a49
Octal256173370366203410132111
Binary101011101111011111110001111011001001110000100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BF8; }

 p { color: rgb(174,123,248); }

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

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

 a { background-color: rgb(174,123,248); }

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

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

 span { border-color: rgb(174,123,248); }

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