#AD80F1

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

Shades of Medium Purple #AD80F1

Tints of Medium Purple #AD80F1

Color information

#AD80F1 (or 0xAD80F1) is unknown color: approx Medium Purple. HEX triplet: AD, 80 and F1. RGB value is (173,128,241). Sum of RGB (Red+Green+Blue) = 173+128+241=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F1 is #527F0E. Grayscale: #999999. Windows color (decimal): -5406479 or 15827117. OLE color: 15827117.

HSL color Cylindrical-coordinate representation of color #AD80F1: hue angle of 263.89º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD80F1 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173128241-
CMYK0.280.4700.05
HSL263.89º80.14%72.35%-
HSV(B)263.89º46.89%94.51%-
XYZ40.8330.6786.99-
YUV154.34176.91141.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=31.92%
G=23.62%
B=44.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731282410.280.4700.05263.8980.1472.35
HexAD80F11C2F051085048
Octal255200361345705410120110
Binary10101101100000001111000111100101111010110000100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80F1; }

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

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

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

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

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

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

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

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