Html Css Color HEX #AD128B Medium Violet Red

📋 copy color: '#AD128B'

red 173 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #AD128B

Tints of Medium Violet Red #AD128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 52.42%
G = 5.45%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD128B (or 0xAD128B) is known color: Medium Violet Red. HEX triplet: AD, 12 and 8B. RGB value is (173,18,139). Sum of RGB (Red+Green+Blue) = 173+18+139=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD128B is #52ED74. Grayscale: #4D4D4D. Windows color (decimal): -5434741 or 9114285. OLE color: 9114285.

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

Color convert

RGB 173 18 139 -
CMYK 0 0.90 0.20 0.32
HSL 313.16º 0.81% 0.37% -
HSV(B) 313.16º 0.9% 0.68% -
XYZ 22.11 11.18 25.42 -
YUV 78.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 173 18 139 0 0.90 0.20 0.32 313.16 0.81 0.37
Hex AD 12 8B 0 5A 14 20 139 51 25
Octal 255 22 213 0 132 24 40 471 121 45
Binary 10101101 10010 10001011 0 1011010 10100 100000 100111001 1010001 100101

Color Harmonies of #AD128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD128B

Black with #AD128B

Text Example


Text Example

White with #AD128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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