#AE78E6

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

Shades of Medium Purple #AE78E6

Tints of Medium Purple #AE78E6

Color information

#AE78E6 (or 0xAE78E6) is unknown color: approx Medium Purple. HEX triplet: AE, 78 and E6. RGB value is (174,120,230). Sum of RGB (Red+Green+Blue) = 174+120+230=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE78E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE78E6 is #518719. Grayscale: #949494. Windows color (decimal): -5343002 or 15104174. OLE color: 15104174.

HSL color Cylindrical-coordinate representation of color #AE78E6: hue angle of 269.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE78E6 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174120230-
CMYK0.240.4800.10
HSL269.45º68.75%68.63%-
HSV(B)269.45º47.83%90.2%-
XYZ38.4528.1478.27-
YUV148.69173.89146.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 230 (90.23% from 255) = 43.89%
R=33.21%
G=22.90%
B=43.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741202300.240.4800.10269.4568.7568.63
HexAE78E618300A10d4545
Octal2561703463060012415105105
Binary10101110111100011100110110001100000101010000110110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78E6; }

 p { color: rgb(174,120,230); }

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

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

 a { background-color: rgb(174,120,230); }

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

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

 span { border-color: rgb(174,120,230); }

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