Html Css Color HEX #AD129F Medium Violet Red

📋 copy color: '#AD129F'

red 173 ◦ green 18 ◦ blue 159

#AD129F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AD129F

Tints of Medium Violet Red #AD129F

RGB

 RED value IS 173 (67.97% from 255) = 49.43%

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 49.43%
G = 5.14%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD129F (or 0xAD129F) is known color: Medium Violet Red. HEX triplet: AD, 12 and 9F. RGB value is (173,18,159). Sum of RGB (Red+Green+Blue) = 173+18+159=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129F is #52ED60. Grayscale: #505050. Windows color (decimal): -5434721 or 10425005. OLE color: 10425005.

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

Color convert

RGB 173 18 159 -
CMYK 0 0.90 0.08 0.32
HSL 305.42º 0.81% 0.37% -
HSV(B) 305.42º 0.9% 0.68% -
XYZ 23.71 11.82 33.83 -
YUV 80.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 173 18 159 0 0.90 0.08 0.32 305.42 0.81 0.37
Hex AD 12 9F 0 5A 8 20 131 51 25
Octal 255 22 237 0 132 10 40 461 121 45
Binary 10101101 10010 10011111 0 1011010 1000 100000 100110001 1010001 100101

Color Harmonies of #AD129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD129F

Black with #AD129F

Text Example


Text Example

White with #AD129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD129F; }

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

 H1.HeaderClassName
 {
   color: #AD129F;
 }
 .AnyTagClassName
 {
   color: #AD129F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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