#AE46E6

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

Shades of Medium Orchid #AE46E6

Tints of Medium Orchid #AE46E6

Color information

#AE46E6 (or 0xAE46E6) is unknown color: approx Medium Orchid. HEX triplet: AE, 46 and E6. RGB value is (174,70,230). Sum of RGB (Red+Green+Blue) = 174+70+230=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE46E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE46E6 is #51B919. Grayscale: #767676. Windows color (decimal): -5355802 or 15091374. OLE color: 15091374.

HSL color Cylindrical-coordinate representation of color #AE46E6: hue angle of 279º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE46E6 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17470230-
CMYK0.240.7000.10
HSL279º76.19%58.82%-
HSV(B)279º69.57%90.2%-
XYZ33.9319.0976.76-
YUV119.34190.46166.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 70 (27.73% from 255) = 14.77%
BLUE value IS 230 (90.23% from 255) = 48.52%
R=36.71%
G=14.77%
B=48.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174702300.240.7000.1027976.1958.82
HexAE46E618460A1174c3b
Octal2561063463010601242711473
Binary10101110100011011100110110001000110010101000101111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE46E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE46E6; }

 p { color: rgb(174,70,230); }

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

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

 a { background-color: rgb(174,70,230); }

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

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

 span { border-color: rgb(174,70,230); }

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