#AE6BEE

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

Shades of Medium Purple #AE6BEE

Tints of Medium Purple #AE6BEE

Color information

#AE6BEE (or 0xAE6BEE) is unknown color: approx Medium Purple. HEX triplet: AE, 6B and EE. RGB value is (174,107,238). Sum of RGB (Red+Green+Blue) = 174+107+238=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE6BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6BEE is #519411. Grayscale: #8D8D8D. Windows color (decimal): -5346322 or 15625134. OLE color: 15625134.

HSL color Cylindrical-coordinate representation of color #AE6BEE: hue angle of 270.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE6BEE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174107238-
CMYK0.270.5500.07
HSL270.69º79.39%67.65%-
HSV(B)270.69º55.04%93.33%-
XYZ38.1525.6983.84-
YUV141.97182.2150.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=33.53%
G=20.62%
B=45.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741072380.270.5500.07270.6979.3967.65
HexAE6BEE1B370710f4f44
Octal256153356336707417117104
Binary1010111011010111110111011011110111011110000111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BEE; }

 p { color: rgb(174,107,238); }

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

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

 a { background-color: rgb(174,107,238); }

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

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

 span { border-color: rgb(174,107,238); }

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