#ae40c8

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

Shades of Medium Orchid #AE40C8

Tints of Medium Orchid #AE40C8

Color information

#AE40C8 (or 0xAE40C8) is unknown color: approx Medium Orchid. HEX triplet: AE, 40 and C8. RGB value is (174,64,200). Sum of RGB (Red+Green+Blue) = 174+64+200=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE40C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40C8 is #51BF37. Grayscale: #6F6F6F. Windows color (decimal): -5357368 or 13123758. OLE color: 13123758.

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

Color convert

RGB17464200-
CMYK0.130.6800.22
HSL288.53º55.28%51.76%-
HSV(B)288.53º68%78.43%-
XYZ29.7116.8456.33-
YUV112.39177.44171.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 64 (25.39% from 255) = 14.61%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=39.73%
G=14.61%
B=45.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174642000.130.6800.22288.5355.2851.76
HexAE40C8D440161213734
Octal256100310151040264416764
Binary1010111010000001100100011011000100010110100100001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae40c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae40c8; }

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

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

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

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

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

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

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

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