Html Css Color HEX #AD2B9F Medium Red Violet

📋 copy color: '#AD2B9F'

red 173 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #AD2B9F

Tints of Medium Red Violet #AD2B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.47%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 46.13%
G = 11.47%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD2B9F (or 0xAD2B9F) is known color: Medium Red Violet. HEX triplet: AD, 2B and 9F. RGB value is (173,43,159). Sum of RGB (Red+Green+Blue) = 173+43+159=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B9F is #52D460. Grayscale: #5E5E5E. Windows color (decimal): -5428321 or 10431405. OLE color: 10431405.

HSL color Cylindrical-coordinate representation of color #AD2B9F: hue angle of 306.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B9F is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 159 -
CMYK 0 0.75 0.08 0.32
HSL 306.46º 0.6% 0.42% -
HSV(B) 306.46º 0.75% 0.68% -
XYZ 24.36 13.12 34.05 -
YUV 95.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 173 43 159 0 0.75 0.08 0.32 306.46 0.6 0.42
Hex AD 2B 9F 0 4B 8 20 132 3C 2A
Octal 255 53 237 0 113 10 40 462 74 52
Binary 10101101 101011 10011111 0 1001011 1000 100000 100110010 111100 101010

Color Harmonies of #AD2B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B9F

Black with #AD2B9F

Text Example


Text Example

White with #AD2B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B9F; }

 p { color: rgb(173,43,159); }

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

background-color css

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

 a { background-color: rgb(173,43,159); }

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

border-color css

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

 span { border-color: rgb(173,43,159); }

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