#AE49DB

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

Shades of Medium Orchid #AE49DB

Tints of Medium Orchid #AE49DB

Color information

#AE49DB (or 0xAE49DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and DB. RGB value is (174,73,219). Sum of RGB (Red+Green+Blue) = 174+73+219=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DB is #51B624. Grayscale: #777777. Windows color (decimal): -5355045 or 14371246. OLE color: 14371246.

HSL color Cylindrical-coordinate representation of color #AE49DB: hue angle of 281.51º 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 #AE49DB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17473219-
CMYK0.210.6700.14
HSL281.51º66.97%57.25%-
HSV(B)281.51º66.67%85.88%-
XYZ32.6218.8868.94-
YUV119.84183.96166.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=37.34%
G=15.67%
B=47.00%

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
Decimal174732190.210.6700.14281.5166.9757.25
HexAE49DB15430E11a4339
Octal2561113332510301643210371
Binary10101110100100111011011101011000011011101000110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49DB; }

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

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

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

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

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

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

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

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