Html Css Color HEX #AD1291 Medium Violet Red

📋 copy color: '#AD1291'

red 173 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #AD1291

Tints of Medium Violet Red #AD1291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 51.49%
G = 5.36%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD1291 (or 0xAD1291) is known color: Medium Violet Red. HEX triplet: AD, 12 and 91. RGB value is (173,18,145). Sum of RGB (Red+Green+Blue) = 173+18+145=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1291 is #52ED6E. Grayscale: #4E4E4E. Windows color (decimal): -5434735 or 9507501. OLE color: 9507501.

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

Color convert

RGB 173 18 145 -
CMYK 0 0.90 0.16 0.32
HSL 310.84º 0.81% 0.37% -
HSV(B) 310.84º 0.9% 0.68% -
XYZ 22.56 11.36 27.79 -
YUV 78.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 173 18 145 0 0.90 0.16 0.32 310.84 0.81 0.37
Hex AD 12 91 0 5A 10 20 137 51 25
Octal 255 22 221 0 132 20 40 467 121 45
Binary 10101101 10010 10010001 0 1011010 10000 100000 100110111 1010001 100101

Color Harmonies of #AD1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1291

Black with #AD1291

Text Example


Text Example

White with #AD1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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