#AE6BFF

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

Shades of Medium Purple #AE6BFF

Tints of Medium Purple #AE6BFF

Color information

#AE6BFF (or 0xAE6BFF) is unknown color: approx Medium Purple. HEX triplet: AE, 6B and FF. RGB value is (174,107,255). Sum of RGB (Red+Green+Blue) = 174+107+255=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6BFF is #519400. Grayscale: #8F8F8F. Windows color (decimal): -5346305 or 16739246. OLE color: 16739246.

HSL color Cylindrical-coordinate representation of color #AE6BFF: hue angle of 267.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE6BFF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174107255-
CMYK0.320.5800
HSL267.16º100%70.98%-
HSV(B)267.16º58.04%100%-
XYZ40.7626.7397.62-
YUV143.9190.7149.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 107 (42.19% from 255) = 19.96%
BLUE value IS 255 (100% from 255) = 47.57%
R=32.46%
G=19.96%
B=47.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741072550.320.5800267.1610070.98
HexAE6BFF203A0010b6447
Octal256153377407200413144107
Binary101011101101011111111111000001110100010000101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BFF; }

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

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

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

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

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

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

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

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