#AE6ABF

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

Shades of Medium Orchid #AE6ABF

Tints of Medium Orchid #AE6ABF

Color information

#AE6ABF (or 0xAE6ABF) is unknown color: approx Medium Orchid. HEX triplet: AE, 6A and BF. RGB value is (174,106,191). Sum of RGB (Red+Green+Blue) = 174+106+191=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ABF is #519540. Grayscale: #878787. Windows color (decimal): -5346625 or 12544686. OLE color: 12544686.

HSL color Cylindrical-coordinate representation of color #AE6ABF: hue angle of 288º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6ABF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174106191-
CMYK0.090.4500.25
HSL288º39.91%58.24%-
HSV(B)288º44.5%74.9%-
XYZ32.0123.0752.06-
YUV136.02159.03155.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 191 (75% from 255) = 40.55%
R=36.94%
G=22.51%
B=40.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741061910.090.4500.2528839.9158.24
HexAE6ABF92D019120283a
Octal25615227711550314405072
Binary101011101101010101111111001101101011001100100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ABF; }

 p { color: rgb(174,106,191); }

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

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

 a { background-color: rgb(174,106,191); }

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

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

 span { border-color: rgb(174,106,191); }

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