Html Css Color HEX #AD127A Medium Violet Red

📋 copy color: '#AD127A'

red 173 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #AD127A

Tints of Medium Violet Red #AD127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 55.27%
G = 5.75%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD127A (or 0xAD127A) is known color: Medium Violet Red. HEX triplet: AD, 12 and 7A. RGB value is (173,18,122). Sum of RGB (Red+Green+Blue) = 173+18+122=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD127A is #52ED85. Grayscale: #4B4B4B. Windows color (decimal): -5434758 or 8000173. OLE color: 8000173.

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

Color convert

RGB 173 18 122 -
CMYK 0 0.90 0.29 0.32
HSL 319.74º 0.81% 0.37% -
HSV(B) 319.74º 0.9% 0.68% -
XYZ 20.96 10.72 19.38 -
YUV 76.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 173 18 122 0 0.90 0.29 0.32 319.74 0.81 0.37
Hex AD 12 7A 0 5A 1D 20 140 51 25
Octal 255 22 172 0 132 35 40 500 121 45
Binary 10101101 10010 1111010 0 1011010 11101 100000 101000000 1010001 100101

Color Harmonies of #AD127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD127A

Black with #AD127A

Text Example


Text Example

White with #AD127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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