#AE48DD

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

Shades of Medium Orchid #AE48DD

Tints of Medium Orchid #AE48DD

Color information

#AE48DD (or 0xAE48DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and DD. RGB value is (174,72,221). Sum of RGB (Red+Green+Blue) = 174+72+221=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE48DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48DD is #51B722. Grayscale: #767676. Windows color (decimal): -5355299 or 14502062. OLE color: 14502062.

HSL color Cylindrical-coordinate representation of color #AE48DD: hue angle of 281.07º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE48DD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17472221-
CMYK0.210.6700.13
HSL281.07º68.66%57.45%-
HSV(B)281.07º67.42%86.67%-
XYZ32.8218.8570.32-
YUV119.48185.29166.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 72 (28.52% from 255) = 15.42%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=37.26%
G=15.42%
B=47.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174722210.210.6700.13281.0768.6657.45
HexAE48DD15430D1194539
Octal2561103352510301543110571
Binary10101110100100011011101101011000011011011000110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48DD; }

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

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

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

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

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

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

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

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