#AE67C1

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

Shades of Medium Orchid #AE67C1

Tints of Medium Orchid #AE67C1

Color information

#AE67C1 (or 0xAE67C1) is unknown color: approx Medium Orchid. HEX triplet: AE, 67 and C1. RGB value is (174,103,193). Sum of RGB (Red+Green+Blue) = 174+103+193=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE67C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C1 is #51983E. Grayscale: #868686. Windows color (decimal): -5347391 or 12674990. OLE color: 12674990.

HSL color Cylindrical-coordinate representation of color #AE67C1: hue angle of 287.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE67C1 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174103193-
CMYK0.100.4700.24
HSL287.33º42.06%58.04%-
HSV(B)287.33º46.63%75.69%-
XYZ31.9322.5553.12-
YUV134.49161.02156.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=37.02%
G=21.91%
B=41.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741031930.100.4700.24287.3342.0658.04
HexAE67C1A2F01811f2a3a
Octal25614730112570304375272
Binary101011101100111110000011010101111011000100011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67C1; }

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

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

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

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

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

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

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

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