#AD7AE8

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

Shades of Medium Purple #AD7AE8

Tints of Medium Purple #AD7AE8

Color information

#AD7AE8 (or 0xAD7AE8) is unknown color: approx Medium Purple. HEX triplet: AD, 7A and E8. RGB value is (173,122,232). Sum of RGB (Red+Green+Blue) = 173+122+232=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD7AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AE8 is #528517. Grayscale: #959595. Windows color (decimal): -5408024 or 15235757. OLE color: 15235757.

HSL color Cylindrical-coordinate representation of color #AD7AE8: hue angle of 267.82º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7AE8 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173122232-
CMYK0.250.4700.09
HSL267.82º70.51%69.41%-
HSV(B)267.82º47.41%90.98%-
XYZ38.7628.6379.83-
YUV149.79174.4144.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=32.83%
G=23.15%
B=44.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731222320.250.4700.09267.8270.5169.41
HexAD7AE8192F0910c4745
Octal2551723503157011414107105
Binary10101101111101011101000110011011110100110000110010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AE8; }

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

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

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

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

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

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

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

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