#AD7CF0

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

Shades of Medium Purple #AD7CF0

Tints of Medium Purple #AD7CF0

Color information

#AD7CF0 (or 0xAD7CF0) is unknown color: approx Medium Purple. HEX triplet: AD, 7C and F0. RGB value is (173,124,240). Sum of RGB (Red+Green+Blue) = 173+124+240=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD7CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CF0 is #52830F. Grayscale: #979797. Windows color (decimal): -5407504 or 15760557. OLE color: 15760557.

HSL color Cylindrical-coordinate representation of color #AD7CF0: hue angle of 265.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7CF0 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173124240-
CMYK0.280.4800.06
HSL265.34º79.45%71.37%-
HSV(B)265.34º48.33%94.12%-
XYZ40.1729.5986.03-
YUV151.88177.73143.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=32.22%
G=23.09%
B=44.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731242400.280.4800.06265.3479.4571.37
HexAD7CF01C30061094f47
Octal255174360346006411117107
Binary1010110111111001111000011100110000011010000100110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CF0; }

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

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

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

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

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

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

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

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