#AE4BCA

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

Shades of Medium Orchid #AE4BCA

Tints of Medium Orchid #AE4BCA

Color information

#AE4BCA (or 0xAE4BCA) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and CA. RGB value is (174,75,202). Sum of RGB (Red+Green+Blue) = 174+75+202=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE4BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BCA is #51B435. Grayscale: #767676. Windows color (decimal): -5354550 or 13257646. OLE color: 13257646.

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

Color convert

RGB17475202-
CMYK0.140.6300.21
HSL286.77º54.51%54.31%-
HSV(B)286.77º62.87%79.22%-
XYZ30.6318.357.79-
YUV119.08174.8167.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=38.58%
G=16.63%
B=44.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174752020.140.6300.21286.7754.5154.31
HexAE4BCAE3F01511f3736
Octal25611331216770254376766
Binary101011101001011110010101110111111010101100011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BCA; }

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

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

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

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

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

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

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

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