#AE45C6

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

Shades of Medium Orchid #AE45C6

Tints of Medium Orchid #AE45C6

Color information

#AE45C6 (or 0xAE45C6) is unknown color: approx Medium Orchid. HEX triplet: AE, 45 and C6. RGB value is (174,69,198). Sum of RGB (Red+Green+Blue) = 174+69+198=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE45C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE45C6 is #51BA39. Grayscale: #727272. Windows color (decimal): -5356090 or 12993966. OLE color: 12993966.

HSL color Cylindrical-coordinate representation of color #AE45C6: hue angle of 288.84º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE45C6 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17469198-
CMYK0.120.6500.22
HSL288.84º53.09%52.35%-
HSV(B)288.84º65.15%77.65%-
XYZ29.7817.3355.2-
YUV115.1174.79170.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=39.46%
G=15.65%
B=44.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174691980.120.6500.22288.8453.0952.35
HexAE45C6C410161213534
Octal256105306141010264416564
Binary1010111010001011100011011001000001010110100100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE45C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE45C6; }

 p { color: rgb(174,69,198); }

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

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

 a { background-color: rgb(174,69,198); }

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

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

 span { border-color: rgb(174,69,198); }

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