#AE61CD

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

Shades of Medium Orchid #AE61CD

Tints of Medium Orchid #AE61CD

Color information

#AE61CD (or 0xAE61CD) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and CD. RGB value is (174,97,205). Sum of RGB (Red+Green+Blue) = 174+97+205=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE61CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61CD is #519E32. Grayscale: #838383. Windows color (decimal): -5348915 or 13459886. OLE color: 13459886.

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

Color convert

RGB17497205-
CMYK0.150.5300.20
HSL282.78º51.92%59.22%-
HSV(B)282.78º52.68%80.39%-
XYZ32.7521.9660.27-
YUV132.34169.01157.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=36.55%
G=20.38%
B=43.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174972050.150.5300.20282.7851.9259.22
HexAE61CDF3501411b343b
Octal25614131517650244336473
Binary101011101100001110011011111110101010100100011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61CD; }

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

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

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

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

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

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

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

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