#AE64C9

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

Shades of Medium Orchid #AE64C9

Tints of Medium Orchid #AE64C9

Color information

#AE64C9 (or 0xAE64C9) is unknown color: approx Medium Orchid. HEX triplet: AE, 64 and C9. RGB value is (174,100,201). Sum of RGB (Red+Green+Blue) = 174+100+201=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64C9 is #519B36. Grayscale: #858585. Windows color (decimal): -5348151 or 13198510. OLE color: 13198510.

HSL color Cylindrical-coordinate representation of color #AE64C9: hue angle of 283.96º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE64C9 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174100201-
CMYK0.130.5000.21
HSL283.96º48.33%59.02%-
HSV(B)283.96º50.25%78.82%-
XYZ32.5622.3357.85-
YUV133.64166.02156.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=36.63%
G=21.05%
B=42.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741002010.130.5000.21283.9648.3359.02
HexAE64C9D3201511c303b
Octal25614431115620254346073
Binary101011101100100110010011101110010010101100011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64C9; }

 p { color: rgb(174,100,201); }

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

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

 a { background-color: rgb(174,100,201); }

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

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

 span { border-color: rgb(174,100,201); }

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