#AE67C5

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

Shades of Medium Orchid #AE67C5

Tints of Medium Orchid #AE67C5

Color information

#AE67C5 (or 0xAE67C5) is unknown color: approx Medium Orchid. HEX triplet: AE, 67 and C5. RGB value is (174,103,197). Sum of RGB (Red+Green+Blue) = 174+103+197=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE67C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C5 is #51983A. Grayscale: #868686. Windows color (decimal): -5347387 or 12937134. OLE color: 12937134.

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

Color convert

RGB174103197-
CMYK0.120.4800.23
HSL285.32º44.76%58.82%-
HSV(B)285.32º47.72%77.25%-
XYZ32.3822.7355.5-
YUV134.94163.02155.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=36.71%
G=21.73%
B=41.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741031970.120.4800.23285.3244.7658.82
HexAE67C5C3001711d2d3b
Octal25614730514600274355573
Binary101011101100111110001011100110000010111100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67C5; }

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

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

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

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

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

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

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

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