#AE54CF

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

Shades of Medium Orchid #AE54CF

Tints of Medium Orchid #AE54CF

Color information

#AE54CF (or 0xAE54CF) is unknown color: approx Medium Orchid. HEX triplet: AE, 54 and CF. RGB value is (174,84,207). Sum of RGB (Red+Green+Blue) = 174+84+207=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54CF is #51AB30. Grayscale: #7C7C7C. Windows color (decimal): -5352241 or 13587630. OLE color: 13587630.

HSL color Cylindrical-coordinate representation of color #AE54CF: hue angle of 283.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE54CF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17484207-
CMYK0.160.5900.19
HSL283.9º56.16%57.06%-
HSV(B)283.9º59.42%81.18%-
XYZ31.8919.8461.18-
YUV124.93174.32163-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 84 (33.20% from 255) = 18.06%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=37.42%
G=18.06%
B=44.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174842070.160.5900.19283.956.1657.06
HexAE54CF103B01311c3839
Octal25612431720730234347071
Binary1010111010101001100111110000111011010011100011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54CF; }

 p { color: rgb(174,84,207); }

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

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

 a { background-color: rgb(174,84,207); }

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

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

 span { border-color: rgb(174,84,207); }

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