#AE67C6

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

Shades of Medium Orchid #AE67C6

Tints of Medium Orchid #AE67C6

Color information

#AE67C6 (or 0xAE67C6) is unknown color: approx Medium Orchid. HEX triplet: AE, 67 and C6. RGB value is (174,103,198). Sum of RGB (Red+Green+Blue) = 174+103+198=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE67C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C6 is #519839. Grayscale: #868686. Windows color (decimal): -5347386 or 13002670. OLE color: 13002670.

HSL color Cylindrical-coordinate representation of color #AE67C6: hue angle of 284.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE67C6 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174103198-
CMYK0.120.4800.22
HSL284.84º45.45%59.02%-
HSV(B)284.84º47.98%77.65%-
XYZ32.522.7856.11-
YUV135.06163.52155.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=36.63%
G=21.68%
B=41.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741031980.120.4800.22284.8445.4559.02
HexAE67C6C3001611d2d3b
Octal25614730614600264355573
Binary101011101100111110001101100110000010110100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67C6; }

 p { color: rgb(174,103,198); }

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

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

 a { background-color: rgb(174,103,198); }

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

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

 span { border-color: rgb(174,103,198); }

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