#AD207E

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

Shades of Medium Red Violet #AD207E

Tints of Medium Red Violet #AD207E

Color information

#AD207E (or 0xAD207E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 20 and 7E. RGB value is (173,32,126). Sum of RGB (Red+Green+Blue) = 173+32+126=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD207E is #52DF81. Grayscale: #545454. Windows color (decimal): -5431170 or 8265901. OLE color: 8265901.

HSL color Cylindrical-coordinate representation of color #AD207E: hue angle of 320º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD207E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB17332126-
CMYK00.820.270.32
HSL320º68.78%40.2%-
HSV(B)320º81.5%67.84%-
XYZ21.5211.4220.81-
YUV84.88151.21190.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 32 (12.89% from 255) = 9.67%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=52.27%
G=9.67%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733212600.820.270.3232068.7840.2
HexAD207E0521B201404528
Octal255401760122334050010550
Binary10101101100000111111001010010110111000001010000001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD207E; }

 p { color: rgb(173,32,126); }

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

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

 a { background-color: rgb(173,32,126); }

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

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

 span { border-color: rgb(173,32,126); }

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