#AE62CD

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

Shades of Medium Orchid #AE62CD

Tints of Medium Orchid #AE62CD

Color information

#AE62CD (or 0xAE62CD) is unknown color: approx Medium Orchid. HEX triplet: AE, 62 and CD. RGB value is (174,98,205). Sum of RGB (Red+Green+Blue) = 174+98+205=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE62CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62CD is #519D32. Grayscale: #848484. Windows color (decimal): -5348659 or 13460142. OLE color: 13460142.

HSL color Cylindrical-coordinate representation of color #AE62CD: hue angle of 282.62º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE62CD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17498205-
CMYK0.150.5200.20
HSL282.62º51.69%59.41%-
HSV(B)282.62º52.2%80.39%-
XYZ32.8422.1460.3-
YUV132.92168.68157.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=36.48%
G=20.55%
B=42.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174982050.150.5200.20282.6251.6959.41
HexAE62CDF3401411b343b
Octal25614231517640244336473
Binary101011101100010110011011111110100010100100011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62CD; }

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

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

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

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

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

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

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

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