#AE48DB

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

Shades of Medium Orchid #AE48DB

Tints of Medium Orchid #AE48DB

Color information

#AE48DB (or 0xAE48DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and DB. RGB value is (174,72,219). Sum of RGB (Red+Green+Blue) = 174+72+219=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48DB is #51B724. Grayscale: #767676. Windows color (decimal): -5355301 or 14370990. OLE color: 14370990.

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

Color convert

RGB17472219-
CMYK0.210.6700.14
HSL281.63º67.12%57.06%-
HSV(B)281.63º67.12%85.88%-
XYZ32.5618.7568.92-
YUV119.26184.29167.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=37.42%
G=15.48%
B=47.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174722190.210.6700.14281.6367.1257.06
HexAE48DB15430E11a4339
Octal2561103332510301643210371
Binary10101110100100011011011101011000011011101000110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48DB; }

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

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

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

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

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

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

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

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