#AE4AFF

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

Shades of Medium Orchid #AE4AFF

Tints of Medium Orchid #AE4AFF

Color information

#AE4AFF (or 0xAE4AFF) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and FF. RGB value is (174,74,255). Sum of RGB (Red+Green+Blue) = 174+74+255=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4AFF is #51B500. Grayscale: #7B7B7B. Windows color (decimal): -5354753 or 16730798. OLE color: 16730798.

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

Color convert

RGB17474255-
CMYK0.320.7100
HSL273.15º100%64.51%-
HSV(B)273.15º70.98%100%-
XYZ37.9521.1296.68-
YUV124.53201.63163.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 74 (29.30% from 255) = 14.71%
BLUE value IS 255 (100% from 255) = 50.70%
R=34.59%
G=14.71%
B=50.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174742550.320.7100273.1510064.51
HexAE4AFF2047001116441
Octal2561123774010700421144101
Binary1010111010010101111111110000010001110010001000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AFF; }

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

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

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

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

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

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

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

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