#AE7BDD

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

Shades of Medium Purple #AE7BDD

Tints of Medium Purple #AE7BDD

Color information

#AE7BDD (or 0xAE7BDD) is unknown color: approx Medium Purple. HEX triplet: AE, 7B and DD. RGB value is (174,123,221). Sum of RGB (Red+Green+Blue) = 174+123+221=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDD is #518422. Grayscale: #959595. Windows color (decimal): -5342243 or 14515118. OLE color: 14515118.

HSL color Cylindrical-coordinate representation of color #AE7BDD: hue angle of 271.22º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7BDD is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174123221-
CMYK0.210.4400.13
HSL271.22º59.04%67.45%-
HSV(B)271.22º44.34%86.67%-
XYZ37.5928.3971.9-
YUV149.42168.4145.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=33.59%
G=23.75%
B=42.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741232210.210.4400.13271.2259.0467.45
HexAE7BDD152C0D10f3b43
Octal256173335255401541773103
Binary1010111011110111101110110101101100011011000011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BDD; }

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

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

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

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

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

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

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

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