#AE7BF2

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

Shades of Medium Purple #AE7BF2

Tints of Medium Purple #AE7BF2

Color information

#AE7BF2 (or 0xAE7BF2) is unknown color: approx Medium Purple. HEX triplet: AE, 7B and F2. RGB value is (174,123,242). Sum of RGB (Red+Green+Blue) = 174+123+242=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE7BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7BF2 is #51840D. Grayscale: #979797. Windows color (decimal): -5342222 or 15891374. OLE color: 15891374.

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

Color convert

RGB174123242-
CMYK0.280.4900.05
HSL265.71º82.07%71.57%-
HSV(B)265.71º49.17%94.9%-
XYZ40.5729.5887.57-
YUV151.82178.9143.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 242 (94.92% from 255) = 44.90%
R=32.28%
G=22.82%
B=44.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741232420.280.4900.05265.7182.0771.57
HexAE7BF21C310510a5248
Octal256173362346105412122110
Binary1010111011110111111001011100110001010110000101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BF2; }

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

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

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

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

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

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

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

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