#AE51CB

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

Shades of Medium Orchid #AE51CB

Tints of Medium Orchid #AE51CB

Color information

#AE51CB (or 0xAE51CB) is unknown color: approx Medium Orchid. HEX triplet: AE, 51 and CB. RGB value is (174,81,203). Sum of RGB (Red+Green+Blue) = 174+81+203=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51CB is #51AE34. Grayscale: #7A7A7A. Windows color (decimal): -5353013 or 13324718. OLE color: 13324718.

HSL color Cylindrical-coordinate representation of color #AE51CB: hue angle of 285.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE51CB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17481203-
CMYK0.140.6000.20
HSL285.74º53.98%55.69%-
HSV(B)285.74º60.1%79.61%-
XYZ31.1819.258.56-
YUV122.71173.31164.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=37.99%
G=17.69%
B=44.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174812030.140.6000.20285.7453.9855.69
HexAE51CBE3C01411e3638
Octal25612131316740244366670
Binary101011101010001110010111110111100010100100011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51CB; }

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

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

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

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

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

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

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

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