#AD80FF

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

Shades of Medium Purple #AD80FF

Tints of Medium Purple #AD80FF

Color information

#AD80FF (or 0xAD80FF) is unknown color: approx Medium Purple. HEX triplet: AD, 80 and FF. RGB value is (173,128,255). Sum of RGB (Red+Green+Blue) = 173+128+255=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80FF is #527F00. Grayscale: #9B9B9B. Windows color (decimal): -5406465 or 16744621. OLE color: 16744621.

HSL color Cylindrical-coordinate representation of color #AD80FF: hue angle of 261.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD80FF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173128255-
CMYK0.320.5000
HSL261.26º100%75.1%-
HSV(B)261.26º49.8%100%-
XYZ4331.5498.43-
YUV155.93183.91140.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 255 (100% from 255) = 45.86%
R=31.12%
G=23.02%
B=45.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731282550.320.5000261.2610075.1
HexAD80FF203200105644b
Octal255200377406200405144113
Binary1010110110000000111111111000001100100010000010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80FF; }

 p { color: rgb(173,128,255); }

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

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

 a { background-color: rgb(173,128,255); }

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

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

 span { border-color: rgb(173,128,255); }

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