#AE6BF2

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

Shades of Medium Purple #AE6BF2

Tints of Medium Purple #AE6BF2

Color information

#AE6BF2 (or 0xAE6BF2) is unknown color: approx Medium Purple. HEX triplet: AE, 6B and F2. RGB value is (174,107,242). Sum of RGB (Red+Green+Blue) = 174+107+242=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE6BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6BF2 is #51940D. Grayscale: #8D8D8D. Windows color (decimal): -5346318 or 15887278. OLE color: 15887278.

HSL color Cylindrical-coordinate representation of color #AE6BF2: hue angle of 269.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE6BF2 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174107242-
CMYK0.280.5600.05
HSL269.78º83.85%68.43%-
HSV(B)269.78º55.79%94.9%-
XYZ38.7425.9286.97-
YUV142.42184.2150.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 107 (42.19% from 255) = 20.46%
BLUE value IS 242 (94.92% from 255) = 46.27%
R=33.27%
G=20.46%
B=46.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741072420.280.5600.05269.7883.8568.43
HexAE6BF21C380510e5444
Octal256153362347005416124104
Binary1010111011010111111001011100111000010110000111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BF2; }

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

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

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

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

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

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

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

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