#AD82F5

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

Shades of Medium Purple #AD82F5

Tints of Medium Purple #AD82F5

Color information

#AD82F5 (or 0xAD82F5) is unknown color: approx Medium Purple. HEX triplet: AD, 82 and F5. RGB value is (173,130,245). Sum of RGB (Red+Green+Blue) = 173+130+245=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD82F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82F5 is #527D0A. Grayscale: #9B9B9B. Windows color (decimal): -5405963 or 16089773. OLE color: 16089773.

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

Color convert

RGB173130245-
CMYK0.290.4700.04
HSL262.43º85.19%73.53%-
HSV(B)262.43º46.94%96.08%-
XYZ41.731.4490.26-
YUV155.97178.25140.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=31.57%
G=23.72%
B=44.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731302450.290.4700.04262.4385.1973.53
HexAD82F51D2F04106554a
Octal255202365355704406125112
Binary10101101100000101111010111101101111010010000011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD82F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD82F5; }

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

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

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

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

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

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

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

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