#AE5ACB

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

Shades of Medium Orchid #AE5ACB

Tints of Medium Orchid #AE5ACB

Color information

#AE5ACB (or 0xAE5ACB) is unknown color: approx Medium Orchid. HEX triplet: AE, 5A and CB. RGB value is (174,90,203). Sum of RGB (Red+Green+Blue) = 174+90+203=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ACB is #51A534. Grayscale: #7F7F7F. Windows color (decimal): -5350709 or 13327022. OLE color: 13327022.

HSL color Cylindrical-coordinate representation of color #AE5ACB: hue angle of 284.6º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE5ACB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17490203-
CMYK0.140.5600.20
HSL284.6º52.07%57.45%-
HSV(B)284.6º55.67%79.61%-
XYZ31.8920.6258.8-
YUV128170.33160.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=37.26%
G=19.27%
B=43.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174902030.140.5600.20284.652.0757.45
HexAE5ACBE3801411d3439
Octal25613231316700244356471
Binary101011101011010110010111110111000010100100011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5ACB; }

 p { color: rgb(174,90,203); }

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

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

 a { background-color: rgb(174,90,203); }

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

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

 span { border-color: rgb(174,90,203); }

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