Html Css Color HEX #AD1B9F Medium Violet Red

📋 copy color: '#AD1B9F'

red 173 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #AD1B9F

Tints of Medium Violet Red #AD1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

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

R = 48.19%
G = 7.52%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD1B9F (or 0xAD1B9F) is known color: Medium Violet Red. HEX triplet: AD, 1B and 9F. RGB value is (173,27,159). Sum of RGB (Red+Green+Blue) = 173+27+159=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B9F is #52E460. Grayscale: #555555. Windows color (decimal): -5432417 or 10427309. OLE color: 10427309.

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

Color convert

RGB 173 27 159 -
CMYK 0 0.84 0.08 0.32
HSL 305.75º 0.73% 0.39% -
HSV(B) 305.75º 0.84% 0.68% -
XYZ 23.88 12.17 33.89 -
YUV 85.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 173 27 159 0 0.84 0.08 0.32 305.75 0.73 0.39
Hex AD 1B 9F 0 54 8 20 132 49 27
Octal 255 33 237 0 124 10 40 462 111 47
Binary 10101101 11011 10011111 0 1010100 1000 100000 100110010 1001001 100111

Color Harmonies of #AD1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B9F

Black with #AD1B9F

Text Example


Text Example

White with #AD1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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