#AE62BE

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

Shades of Medium Orchid #AE62BE

Tints of Medium Orchid #AE62BE

Color information

#AE62BE (or 0xAE62BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 62 and BE. RGB value is (174,98,190). Sum of RGB (Red+Green+Blue) = 174+98+190=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE62BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62BE is #519D41. Grayscale: #828282. Windows color (decimal): -5348674 or 12477102. OLE color: 12477102.

HSL color Cylindrical-coordinate representation of color #AE62BE: hue angle of 289.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE62BE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17498190-
CMYK0.080.4800.25
HSL289.57º41.44%56.47%-
HSV(B)289.57º48.42%74.51%-
XYZ31.1221.4551.22-
YUV131.21161.18158.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=37.66%
G=21.21%
B=41.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174981900.080.4800.25289.5741.4456.47
HexAE62BE8300191222938
Octal25614227610600314425170
Binary101011101100010101111101000110000011001100100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62BE; }

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

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

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

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

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

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

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

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