#AE5FCA

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

Shades of Medium Orchid #AE5FCA

Tints of Medium Orchid #AE5FCA

Color information

#AE5FCA (or 0xAE5FCA) is unknown color: approx Medium Orchid. HEX triplet: AE, 5F and CA. RGB value is (174,95,202). Sum of RGB (Red+Green+Blue) = 174+95+202=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FCA is #51A035. Grayscale: #828282. Windows color (decimal): -5349430 or 13262766. OLE color: 13262766.

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

Color convert

RGB17495202-
CMYK0.140.5300.21
HSL284.3º50.23%58.24%-
HSV(B)284.3º52.97%79.22%-
XYZ32.2121.4558.32-
YUV130.82168.17158.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=36.94%
G=20.17%
B=42.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174952020.140.5300.21284.350.2358.24
HexAE5FCAE3501511c323a
Octal25613731216650254346272
Binary101011101011111110010101110110101010101100011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5FCA; }

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

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

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

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

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

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

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

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