#AD81FB

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

Shades of Medium Purple #AD81FB

Tints of Medium Purple #AD81FB

Color information

#AD81FB (or 0xAD81FB) is unknown color: approx Medium Purple. HEX triplet: AD, 81 and FB. RGB value is (173,129,251). Sum of RGB (Red+Green+Blue) = 173+129+251=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD81FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81FB is #527E04. Grayscale: #9B9B9B. Windows color (decimal): -5406213 or 16482733. OLE color: 16482733.

HSL color Cylindrical-coordinate representation of color #AD81FB: hue angle of 261.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD81FB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173129251-
CMYK0.310.4900.02
HSL261.64º93.85%74.51%-
HSV(B)261.64º48.61%98.43%-
XYZ42.531.5595.12-
YUV156.06181.58140.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=31.28%
G=23.33%
B=45.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731292510.310.4900.02261.6493.8574.51
HexAD81FB1F31021065e4b
Octal255201373376102406136113
Binary1010110110000001111110111111111000101010000011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81FB; }

 p { color: rgb(173,129,251); }

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

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

 a { background-color: rgb(173,129,251); }

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

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

 span { border-color: rgb(173,129,251); }

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