#AE4BD8

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

Shades of Medium Orchid #AE4BD8

Tints of Medium Orchid #AE4BD8

Color information

#AE4BD8 (or 0xAE4BD8) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and D8. RGB value is (174,75,216). Sum of RGB (Red+Green+Blue) = 174+75+216=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE4BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BD8 is #51B427. Grayscale: #787878. Windows color (decimal): -5354536 or 14175150. OLE color: 14175150.

HSL color Cylindrical-coordinate representation of color #AE4BD8: hue angle of 282.13º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4BD8 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17475216-
CMYK0.190.6500.15
HSL282.13º64.38%57.06%-
HSV(B)282.13º65.28%84.71%-
XYZ32.3718.9966.93-
YUV120.67181.8166.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 216 (84.77% from 255) = 46.45%
R=37.42%
G=16.13%
B=46.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174752160.190.6500.15282.1364.3857.06
HexAE4BD813410F11a4039
Octal2561133302310101743210071
Binary10101110100101111011000100111000001011111000110101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BD8; }

 p { color: rgb(174,75,216); }

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

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

 a { background-color: rgb(174,75,216); }

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

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

 span { border-color: rgb(174,75,216); }

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