#AE62C1

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

Shades of Medium Orchid #AE62C1

Tints of Medium Orchid #AE62C1

Color information

#AE62C1 (or 0xAE62C1) is unknown color: approx Medium Orchid. HEX triplet: AE, 62 and C1. RGB value is (174,98,193). Sum of RGB (Red+Green+Blue) = 174+98+193=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE62C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62C1 is #519D3E. Grayscale: #838383. Windows color (decimal): -5348671 or 12673710. OLE color: 12673710.

HSL color Cylindrical-coordinate representation of color #AE62C1: hue angle of 288º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE62C1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17498193-
CMYK0.100.4900.24
HSL288º43.38%57.06%-
HSV(B)288º49.22%75.69%-
XYZ31.4521.5852.96-
YUV131.55162.68158.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=37.42%
G=21.08%
B=41.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174981930.100.4900.2428843.3857.06
HexAE62C1A310181202b39
Octal25614230112610304405371
Binary101011101100010110000011010110001011000100100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62C1; }

 p { color: rgb(174,98,193); }

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

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

 a { background-color: rgb(174,98,193); }

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

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

 span { border-color: rgb(174,98,193); }

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