#AD129A

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

Shades of Medium Violet Red #AD129A

Tints of Medium Violet Red #AD129A

Color information

#AD129A (or 0xAD129A) is unknown color: approx Medium Violet Red. HEX triplet: AD, 12 and 9A. RGB value is (173,18,154). Sum of RGB (Red+Green+Blue) = 173+18+154=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129A is #52ED65. Grayscale: #4F4F4F. Windows color (decimal): -5434726 or 10097325. OLE color: 10097325.

HSL color Cylindrical-coordinate representation of color #AD129A: hue angle of 307.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD129A is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17318154-
CMYK00.900.110.32
HSL307.35º81.15%37.45%-
HSV(B)307.35º89.6%67.84%-
XYZ23.2811.6531.59-
YUV79.85169.85194.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 18 (7.42% from 255) = 5.22%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=50.14%
G=5.22%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731815400.900.110.32307.3581.1537.45
HexAD129A05AB201335125
Octal255222320132134046312145
Binary1010110110010100110100101101010111000001001100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD129A; }

 p { color: rgb(173,18,154); }

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

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

 a { background-color: rgb(173,18,154); }

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

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

 span { border-color: rgb(173,18,154); }

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