#AE7AFF

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

Shades of Medium Purple #AE7AFF

Tints of Medium Purple #AE7AFF

Color information

#AE7AFF (or 0xAE7AFF) is unknown color: approx Medium Purple. HEX triplet: AE, 7A and FF. RGB value is (174,122,255). Sum of RGB (Red+Green+Blue) = 174+122+255=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7AFF is #518500. Grayscale: #989898. Windows color (decimal): -5342465 or 16743086. OLE color: 16743086.

HSL color Cylindrical-coordinate representation of color #AE7AFF: hue angle of 263.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7AFF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174122255-
CMYK0.320.5200
HSL263.46º100%73.92%-
HSV(B)263.46º52.16%100%-
XYZ42.4730.1498.19-
YUV152.71185.73143.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 122 (48.05% from 255) = 22.14%
BLUE value IS 255 (100% from 255) = 46.28%
R=31.58%
G=22.14%
B=46.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741222550.320.5200263.4610073.92
HexAE7AFF203400107644a
Octal256172377406400407144112
Binary101011101111010111111111000001101000010000011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AFF; }

 p { color: rgb(174,122,255); }

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

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

 a { background-color: rgb(174,122,255); }

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

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

 span { border-color: rgb(174,122,255); }

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