#AE51CA

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

Shades of Medium Orchid #AE51CA

Tints of Medium Orchid #AE51CA

Color information

#AE51CA (or 0xAE51CA) is unknown color: approx Medium Orchid. HEX triplet: AE, 51 and CA. RGB value is (174,81,202). Sum of RGB (Red+Green+Blue) = 174+81+202=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51CA is #51AE35. Grayscale: #7A7A7A. Windows color (decimal): -5353014 or 13259182. OLE color: 13259182.

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

Color convert

RGB17481202-
CMYK0.140.6000.21
HSL286.12º53.3%55.49%-
HSV(B)286.12º59.9%79.22%-
XYZ31.0619.1557.94-
YUV122.6172.81164.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=38.07%
G=17.72%
B=44.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174812020.140.6000.21286.1253.355.49
HexAE51CAE3C01511e3537
Octal25612131216740254366567
Binary101011101010001110010101110111100010101100011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51CA; }

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

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

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

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

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

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

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

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