Html Css Color HEX #AD129E Medium Violet Red

📋 copy color: '#AD129E'

red 173 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #AD129E

Tints of Medium Violet Red #AD129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 49.57%
G = 5.16%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD129E (or 0xAD129E) is known color: Medium Violet Red. HEX triplet: AD, 12 and 9E. RGB value is (173,18,158). Sum of RGB (Red+Green+Blue) = 173+18+158=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129E is #52ED61. Grayscale: #4F4F4F. Windows color (decimal): -5434722 or 10359469. OLE color: 10359469.

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

Color convert

RGB 173 18 158 -
CMYK 0 0.90 0.09 0.32
HSL 305.81º 0.81% 0.37% -
HSV(B) 305.81º 0.9% 0.68% -
XYZ 23.62 11.79 33.38 -
YUV 80.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 173 18 158 0 0.90 0.09 0.32 305.81 0.81 0.37
Hex AD 12 9E 0 5A 9 20 132 51 25
Octal 255 22 236 0 132 11 40 462 121 45
Binary 10101101 10010 10011110 0 1011010 1001 100000 100110010 1010001 100101

Color Harmonies of #AD129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD129E

Black with #AD129E

Text Example


Text Example

White with #AD129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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