#AD80F0

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

Shades of Medium Purple #AD80F0

Tints of Medium Purple #AD80F0

Color information

#AD80F0 (or 0xAD80F0) is unknown color: approx Medium Purple. HEX triplet: AD, 80 and F0. RGB value is (173,128,240). Sum of RGB (Red+Green+Blue) = 173+128+240=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD80F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F0 is #527F0F. Grayscale: #999999. Windows color (decimal): -5406480 or 15761581. OLE color: 15761581.

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

Color convert

RGB173128240-
CMYK0.280.4700.06
HSL264.11º78.87%72.16%-
HSV(B)264.11º46.67%94.12%-
XYZ40.6830.6186.2-
YUV154.22176.41141.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 240 (94.14% from 255) = 44.36%
R=31.98%
G=23.66%
B=44.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731282400.280.4700.06264.1178.8772.16
HexAD80F01C2F061084f48
Octal255200360345706410117110
Binary10101101100000001111000011100101111011010000100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80F0; }

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

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

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

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

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

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

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

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