#AD7BF5

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

Shades of Medium Purple #AD7BF5

Tints of Medium Purple #AD7BF5

Color information

#AD7BF5 (or 0xAD7BF5) is unknown color: approx Medium Purple. HEX triplet: AD, 7B and F5. RGB value is (173,123,245). Sum of RGB (Red+Green+Blue) = 173+123+245=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD7BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BF5 is #52840A. Grayscale: #979797. Windows color (decimal): -5407755 or 16087981. OLE color: 16087981.

HSL color Cylindrical-coordinate representation of color #AD7BF5: hue angle of 264.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7BF5 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173123245-
CMYK0.290.5000.04
HSL264.59º85.92%72.16%-
HSV(B)264.59º49.8%96.08%-
XYZ40.829.6489.96-
YUV151.86180.56143.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 123 (48.44% from 255) = 22.74%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=31.98%
G=22.74%
B=45.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731232450.290.5000.04264.5985.9272.16
HexAD7BF51D32041095648
Octal255173365356204411126110
Binary1010110111110111111010111101110010010010000100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BF5; }

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

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

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

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

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

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

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

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