#AE44DB

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

Shades of Medium Orchid #AE44DB

Tints of Medium Orchid #AE44DB

Color information

#AE44DB (or 0xAE44DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and DB. RGB value is (174,68,219). Sum of RGB (Red+Green+Blue) = 174+68+219=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44DB is #51BB24. Grayscale: #747474. Windows color (decimal): -5356325 or 14369966. OLE color: 14369966.

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

Color convert

RGB17468219-
CMYK0.210.6900.14
HSL282.12º67.71%56.27%-
HSV(B)282.12º68.95%85.88%-
XYZ32.3118.2568.84-
YUV116.91185.62168.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=37.74%
G=14.75%
B=47.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174682190.210.6900.14282.1267.7156.27
HexAE44DB15450E11a4438
Octal2561043332510501643210470
Binary10101110100010011011011101011000101011101000110101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44DB; }

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

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

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

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

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

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

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

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