#AE4CE7

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

Shades of Medium Orchid #AE4CE7

Tints of Medium Orchid #AE4CE7

Color information

#AE4CE7 (or 0xAE4CE7) is unknown color: approx Medium Orchid. HEX triplet: AE, 4C and E7. RGB value is (174,76,231). Sum of RGB (Red+Green+Blue) = 174+76+231=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE4CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CE7 is #51B318. Grayscale: #7A7A7A. Windows color (decimal): -5354265 or 15158446. OLE color: 15158446.

HSL color Cylindrical-coordinate representation of color #AE4CE7: hue angle of 277.94º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4CE7 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17476231-
CMYK0.250.6700.09
HSL277.94º76.35%60.2%-
HSV(B)277.94º67.1%90.59%-
XYZ34.4619.9477.63-
YUV122.97188.97164.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 76 (30.08% from 255) = 15.80%
BLUE value IS 231 (90.62% from 255) = 48.02%
R=36.17%
G=15.80%
B=48.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174762310.250.6700.09277.9476.3560.2
HexAE4CE71943091164c3c
Octal2561143473110301142611474
Binary10101110100110011100111110011000011010011000101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CE7; }

 p { color: rgb(174,76,231); }

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

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

 a { background-color: rgb(174,76,231); }

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

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

 span { border-color: rgb(174,76,231); }

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