#AD7CE0

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

Shades of Medium Purple #AD7CE0

Tints of Medium Purple #AD7CE0

Color information

#AD7CE0 (or 0xAD7CE0) is unknown color: approx Medium Purple. HEX triplet: AD, 7C and E0. RGB value is (173,124,224). Sum of RGB (Red+Green+Blue) = 173+124+224=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD7CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CE0 is #52831F. Grayscale: #959595. Windows color (decimal): -5407520 or 14711981. OLE color: 14711981.

HSL color Cylindrical-coordinate representation of color #AD7CE0: hue angle of 269.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7CE0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173124224-
CMYK0.230.4500.12
HSL269.4º61.73%68.24%-
HSV(B)269.4º44.64%87.84%-
XYZ37.928.6874.06-
YUV150.05169.73144.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=33.21%
G=23.80%
B=42.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731242240.230.4500.12269.461.7368.24
HexAD7CE0172D0C10d3e44
Octal255174340275501441576104
Binary1010110111111001110000010111101101011001000011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CE0; }

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

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

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

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

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

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

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

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