Html Css Color HEX #AD2F91 Medium Red Violet

📋 copy color: '#AD2F91'

red 173 ◦ green 47 ◦ blue 145

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

Shades of Medium Red Violet #AD2F91

Tints of Medium Red Violet #AD2F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

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

R = 47.4%
G = 12.88%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD2F91 (or 0xAD2F91) is known color: Medium Red Violet. HEX triplet: AD, 2F and 91. RGB value is (173,47,145). Sum of RGB (Red+Green+Blue) = 173+47+145=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2F91 is #52D06E. Grayscale: #5F5F5F. Windows color (decimal): -5427311 or 9514925. OLE color: 9514925.

HSL color Cylindrical-coordinate representation of color #AD2F91: hue angle of 313.33º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F91 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 145 -
CMYK 0 0.73 0.16 0.32
HSL 313.33º 0.57% 0.43% -
HSV(B) 313.33º 0.73% 0.68% -
XYZ 23.36 12.96 28.06 -
YUV 95.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 173 47 145 0 0.73 0.16 0.32 313.33 0.57 0.43
Hex AD 2F 91 0 49 10 20 139 39 2B
Octal 255 57 221 0 111 20 40 471 71 53
Binary 10101101 101111 10010001 0 1001001 10000 100000 100111001 111001 101011

Color Harmonies of #AD2F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F91

Black with #AD2F91

Text Example


Text Example

White with #AD2F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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