#AE67C8

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

Shades of Medium Orchid #AE67C8

Tints of Medium Orchid #AE67C8

Color information

#AE67C8 (or 0xAE67C8) is unknown color: approx Medium Orchid. HEX triplet: AE, 67 and C8. RGB value is (174,103,200). Sum of RGB (Red+Green+Blue) = 174+103+200=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE67C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C8 is #519837. Grayscale: #868686. Windows color (decimal): -5347384 or 13133742. OLE color: 13133742.

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

Color convert

RGB174103200-
CMYK0.130.4800.22
HSL283.92º46.86%59.41%-
HSV(B)283.92º48.5%78.43%-
XYZ32.7322.8757.33-
YUV135.29164.52155.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=36.48%
G=21.59%
B=41.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741032000.130.4800.22283.9246.8659.41
HexAE67C8D3001611c2f3b
Octal25614731015600264345773
Binary101011101100111110010001101110000010110100011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67C8; }

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

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

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

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

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

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

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

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