#AE41C7

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

Shades of Medium Orchid #AE41C7

Tints of Medium Orchid #AE41C7

Color information

#AE41C7 (or 0xAE41C7) is unknown color: approx Medium Orchid. HEX triplet: AE, 41 and C7. RGB value is (174,65,199). Sum of RGB (Red+Green+Blue) = 174+65+199=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE41C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41C7 is #51BE38. Grayscale: #707070. Windows color (decimal): -5357113 or 13058478. OLE color: 13058478.

HSL color Cylindrical-coordinate representation of color #AE41C7: hue angle of 288.81º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE41C7 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17465199-
CMYK0.130.6700.22
HSL288.81º54.47%51.76%-
HSV(B)288.81º67.34%78.04%-
XYZ29.6516.955.73-
YUV112.87176.61171.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 199 (78.12% from 255) = 45.43%
R=39.73%
G=14.84%
B=45.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174651990.130.6700.22288.8154.4751.76
HexAE41C7D430161213634
Octal256101307151030264416664
Binary1010111010000011100011111011000011010110100100001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41C7; }

 p { color: rgb(174,65,199); }

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

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

 a { background-color: rgb(174,65,199); }

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

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

 span { border-color: rgb(174,65,199); }

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