#ae48d0

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

Shades of Medium Orchid #AE48D0

Tints of Medium Orchid #AE48D0

Color information

#AE48D0 (or 0xAE48D0) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and D0. RGB value is (174,72,208). Sum of RGB (Red+Green+Blue) = 174+72+208=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE48D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48D0 is #51B72F. Grayscale: #757575. Windows color (decimal): -5355312 or 13650094. OLE color: 13650094.

HSL color Cylindrical-coordinate representation of color #AE48D0: hue angle of 285º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE48D0 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17472208-
CMYK0.160.6500.18
HSL285º59.13%54.9%-
HSV(B)285º65.38%81.57%-
XYZ31.1618.1961.54-
YUV118178.79167.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 72 (28.52% from 255) = 15.86%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=38.33%
G=15.86%
B=45.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174722080.160.6500.1828559.1354.9
HexAE48D0104101211d3b37
Octal256110320201010224357367
Binary10101110100100011010000100001000001010010100011101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae48d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae48d0; }

 p { color: rgb(174,72,208); }

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

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

 a { background-color: rgb(174,72,208); }

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

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

 span { border-color: rgb(174,72,208); }

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