#AD7CF9

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

Shades of Medium Purple #AD7CF9

Tints of Medium Purple #AD7CF9

Color information

#AD7CF9 (or 0xAD7CF9) is unknown color: approx Medium Purple. HEX triplet: AD, 7C and F9. RGB value is (173,124,249). Sum of RGB (Red+Green+Blue) = 173+124+249=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CF9 is #528306. Grayscale: #989898. Windows color (decimal): -5407495 or 16350381. OLE color: 16350381.

HSL color Cylindrical-coordinate representation of color #AD7CF9: hue angle of 263.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7CF9 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173124249-
CMYK0.310.5000.02
HSL263.52º91.24%73.14%-
HSV(B)263.52º50.2%97.65%-
XYZ41.5430.1493.25-
YUV152.9182.23142.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=31.68%
G=22.71%
B=45.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731242490.310.5000.02263.5291.2473.14
HexAD7CF91F32021085b49
Octal255174371376202410133111
Binary101011011111100111110011111111001001010000100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CF9; }

 p { color: rgb(173,124,249); }

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

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

 a { background-color: rgb(173,124,249); }

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

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

 span { border-color: rgb(173,124,249); }

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