#AD80F5

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

Shades of Medium Purple #AD80F5

Tints of Medium Purple #AD80F5

Color information

#AD80F5 (or 0xAD80F5) is unknown color: approx Medium Purple. HEX triplet: AD, 80 and F5. RGB value is (173,128,245). Sum of RGB (Red+Green+Blue) = 173+128+245=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD80F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F5 is #527F0A. Grayscale: #9A9A9A. Windows color (decimal): -5406475 or 16089261. OLE color: 16089261.

HSL color Cylindrical-coordinate representation of color #AD80F5: hue angle of 263.08º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD80F5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173128245-
CMYK0.290.4800.04
HSL263.08º85.4%73.14%-
HSV(B)263.08º47.76%96.08%-
XYZ41.4330.9290.17-
YUV154.79178.91140.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=31.68%
G=23.44%
B=44.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731282450.290.4800.04263.0885.473.14
HexAD80F51D30041075549
Octal255200365356004407125111
Binary10101101100000001111010111101110000010010000011110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80F5; }

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

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

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

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

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

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

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

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