#AD0B7E

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

Shades of Medium Violet Red #AD0B7E

Tints of Medium Violet Red #AD0B7E

Color information

#AD0B7E (or 0xAD0B7E) is unknown color: approx Medium Violet Red. HEX triplet: AD, 0B and 7E. RGB value is (173,11,126). Sum of RGB (Red+Green+Blue) = 173+11+126=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B7E is #52F481. Grayscale: #484848. Windows color (decimal): -5436546 or 8260525. OLE color: 8260525.

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

Color convert

RGB17311126-
CMYK00.940.270.32
HSL317.41º88.04%36.08%-
HSV(B)317.41º93.64%67.84%-
XYZ21.1210.6320.68-
YUV72.55158.17199.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=55.81%
G=3.55%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731112600.940.270.32317.4188.0436.08
HexADB7E05E1B2013d5824
Octal255131760136334047513044
Binary101011011011111111001011110110111000001001111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0B7E; }

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

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

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

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

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

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

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

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