#AD0B8A

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

Shades of Medium Violet Red #AD0B8A

Tints of Medium Violet Red #AD0B8A

Color information

#AD0B8A (or 0xAD0B8A) is unknown color: approx Medium Violet Red. HEX triplet: AD, 0B and 8A. RGB value is (173,11,138). Sum of RGB (Red+Green+Blue) = 173+11+138=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B8A is #52F475. Grayscale: #494949. Windows color (decimal): -5436534 or 9046957. OLE color: 9046957.

HSL color Cylindrical-coordinate representation of color #AD0B8A: hue angle of 312.96º 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 #AD0B8A is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17311138-
CMYK00.940.200.32
HSL312.96º88.04%36.08%-
HSV(B)312.96º93.64%67.84%-
XYZ21.9410.9625-
YUV73.92164.17198.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 11 (4.69% from 255) = 3.42%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=53.73%
G=3.42%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731113800.940.200.32312.9688.0436.08
HexADB8A05E14201395824
Octal255132120136244047113044
Binary1010110110111000101001011110101001000001001110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0B8A; }

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

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

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

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

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

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

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

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