#AE54CA

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

Shades of Medium Orchid #AE54CA

Tints of Medium Orchid #AE54CA

Color information

#AE54CA (or 0xAE54CA) is unknown color: approx Medium Orchid. HEX triplet: AE, 54 and CA. RGB value is (174,84,202). Sum of RGB (Red+Green+Blue) = 174+84+202=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE54CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54CA is #51AB35. Grayscale: #7B7B7B. Windows color (decimal): -5352246 or 13259950. OLE color: 13259950.

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

Color convert

RGB17484202-
CMYK0.140.5800.21
HSL285.76º52.68%56.08%-
HSV(B)285.76º58.42%79.22%-
XYZ31.2919.658.01-
YUV124.36171.82163.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=37.83%
G=18.26%
B=43.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174842020.140.5800.21285.7652.6856.08
HexAE54CAE3A01511e3538
Octal25612431216720254366570
Binary101011101010100110010101110111010010101100011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54CA; }

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

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

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

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

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

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

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

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