#AE5CCA

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

Shades of Medium Orchid #AE5CCA

Tints of Medium Orchid #AE5CCA

Color information

#AE5CCA (or 0xAE5CCA) is unknown color: approx Medium Orchid. HEX triplet: AE, 5C and CA. RGB value is (174,92,202). Sum of RGB (Red+Green+Blue) = 174+92+202=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE5CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CCA is #51A335. Grayscale: #808080. Windows color (decimal): -5350198 or 13261998. OLE color: 13261998.

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

Color convert

RGB17492202-
CMYK0.140.5400.21
HSL284.73º50.93%57.65%-
HSV(B)284.73º54.46%79.22%-
XYZ31.9420.9258.23-
YUV129.06169.17160.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=37.18%
G=19.66%
B=43.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174922020.140.5400.21284.7350.9357.65
HexAE5CCAE3601511d333a
Octal25613431216660254356372
Binary101011101011100110010101110110110010101100011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CCA; }

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

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

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

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

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

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

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

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