#AE69FA

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

Shades of Medium Purple #AE69FA

Tints of Medium Purple #AE69FA

Color information

#AE69FA (or 0xAE69FA) is unknown color: approx Medium Purple. HEX triplet: AE, 69 and FA. RGB value is (174,105,250). Sum of RGB (Red+Green+Blue) = 174+105+250=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE69FA is #519605. Grayscale: #8D8D8D. Windows color (decimal): -5346822 or 16411054. OLE color: 16411054.

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

Color convert

RGB174105250-
CMYK0.300.5800.02
HSL268.55º93.55%69.61%-
HSV(B)268.55º58%98.04%-
XYZ39.762693.37-
YUV142.16188.86150.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=32.89%
G=19.85%
B=47.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741052500.300.5800.02268.5593.5569.61
HexAE69FA1E3A0210d5e46
Octal256151372367202415136106
Binary101011101101001111110101111011101001010000110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69FA; }

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

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

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

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

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

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

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

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