#AE5FFA

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

Shades of Medium Purple #AE5FFA

Tints of Medium Purple #AE5FFA

Color information

#AE5FFA (or 0xAE5FFA) is unknown color: approx Medium Purple. HEX triplet: AE, 5F and FA. RGB value is (174,95,250). Sum of RGB (Red+Green+Blue) = 174+95+250=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5FFA is #51A005. Grayscale: #878787. Windows color (decimal): -5349382 or 16408494. OLE color: 16408494.

HSL color Cylindrical-coordinate representation of color #AE5FFA: hue angle of 270.58º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE5FFA is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17495250-
CMYK0.300.6200.02
HSL270.58º93.94%67.65%-
HSV(B)270.58º62%98.04%-
XYZ38.824.0993.05-
YUV136.29192.17154.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=33.53%
G=18.30%
B=48.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174952500.300.6200.02270.5893.9467.65
HexAE5FFA1E3E0210f5e44
Octal256137372367602417136104
Binary101011101011111111110101111011111001010000111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5FFA; }

 p { color: rgb(174,95,250); }

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

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

 a { background-color: rgb(174,95,250); }

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

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

 span { border-color: rgb(174,95,250); }

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