#AD80F4

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

Shades of Medium Purple #AD80F4

Tints of Medium Purple #AD80F4

Color information

#AD80F4 (or 0xAD80F4) is unknown color: approx Medium Purple. HEX triplet: AD, 80 and F4. RGB value is (173,128,244). Sum of RGB (Red+Green+Blue) = 173+128+244=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD80F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F4 is #527F0B. Grayscale: #9A9A9A. Windows color (decimal): -5406476 or 16023725. OLE color: 16023725.

HSL color Cylindrical-coordinate representation of color #AD80F4: hue angle of 263.28º degrees, saturation: 0.84, 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 #AD80F4 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173128244-
CMYK0.290.4800.04
HSL263.28º84.06%72.94%-
HSV(B)263.28º47.54%95.69%-
XYZ41.2830.8589.37-
YUV154.68178.41141.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=31.74%
G=23.49%
B=44.77%

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
Decimal1731282440.290.4800.04263.2884.0672.94
HexAD80F41D30041075449
Octal255200364356004407124111
Binary10101101100000001111010011101110000010010000011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80F4; }

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

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

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

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

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

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

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

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