#AD7AEE

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

Shades of Medium Purple #AD7AEE

Tints of Medium Purple #AD7AEE

Color information

#AD7AEE (or 0xAD7AEE) is unknown color: approx Medium Purple. HEX triplet: AD, 7A and EE. RGB value is (173,122,238). Sum of RGB (Red+Green+Blue) = 173+122+238=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD7AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AEE is #528511. Grayscale: #969696. Windows color (decimal): -5408018 or 15628973. OLE color: 15628973.

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

Color convert

RGB173122238-
CMYK0.270.4900.07
HSL266.38º77.33%70.59%-
HSV(B)266.38º48.74%93.33%-
XYZ39.6328.9884.39-
YUV150.47177.4144.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=32.46%
G=22.89%
B=44.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731222380.270.4900.07266.3877.3370.59
HexAD7AEE1B310710a4d47
Octal255172356336107412115107
Binary1010110111110101110111011011110001011110000101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AEE; }

 p { color: rgb(173,122,238); }

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

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

 a { background-color: rgb(173,122,238); }

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

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

 span { border-color: rgb(173,122,238); }

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