Html Css Color HEX #AD1B8A Medium Violet Red

📋 copy color: '#AD1B8A'

red 173 ◦ green 27 ◦ blue 138

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

Shades of Medium Violet Red #AD1B8A

Tints of Medium Violet Red #AD1B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 51.18%
G = 7.99%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD1B8A (or 0xAD1B8A) is known color: Medium Violet Red. HEX triplet: AD, 1B and 8A. RGB value is (173,27,138). Sum of RGB (Red+Green+Blue) = 173+27+138=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B8A is #52E475. Grayscale: #535353. Windows color (decimal): -5432438 or 9051053. OLE color: 9051053.

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

Color convert

RGB 173 27 138 -
CMYK 0 0.84 0.20 0.32
HSL 314.38º 0.73% 0.39% -
HSV(B) 314.38º 0.84% 0.68% -
XYZ 22.21 11.5 25.09 -
YUV 83.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 173 27 138 0 0.84 0.20 0.32 314.38 0.73 0.39
Hex AD 1B 8A 0 54 14 20 13A 49 27
Octal 255 33 212 0 124 24 40 472 111 47
Binary 10101101 11011 10001010 0 1010100 10100 100000 100111010 1001001 100111

Color Harmonies of #AD1B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B8A

Black with #AD1B8A

Text Example


Text Example

White with #AD1B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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