Html Css Color HEX #AD1281 Medium Violet Red

📋 copy color: '#AD1281'

red 173 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #AD1281

Tints of Medium Violet Red #AD1281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 54.06%
G = 5.63%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD1281 (or 0xAD1281) is known color: Medium Violet Red. HEX triplet: AD, 12 and 81. RGB value is (173,18,129). Sum of RGB (Red+Green+Blue) = 173+18+129=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1281 is #52ED7E. Grayscale: #4C4C4C. Windows color (decimal): -5434751 or 8458925. OLE color: 8458925.

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

Color convert

RGB 173 18 129 -
CMYK 0 0.90 0.25 0.32
HSL 317.03º 0.81% 0.37% -
HSV(B) 317.03º 0.9% 0.68% -
XYZ 21.41 10.9 21.74 -
YUV 77 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 173 18 129 0 0.90 0.25 0.32 317.03 0.81 0.37
Hex AD 12 81 0 5A 19 20 13D 51 25
Octal 255 22 201 0 132 31 40 475 121 45
Binary 10101101 10010 10000001 0 1011010 11001 100000 100111101 1010001 100101

Color Harmonies of #AD1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1281

Black with #AD1281

Text Example


Text Example

White with #AD1281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1281; }

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

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

background-color css

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

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

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

border-color css

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

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

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