Html Css Color HEX #AD1B9A Medium Violet Red

📋 copy color: '#AD1B9A'

red 173 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #AD1B9A

Tints of Medium Violet Red #AD1B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 48.87%
G = 7.63%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD1B9A (or 0xAD1B9A) is known color: Medium Violet Red. HEX triplet: AD, 1B and 9A. RGB value is (173,27,154). Sum of RGB (Red+Green+Blue) = 173+27+154=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B9A is #52E465. Grayscale: #545454. Windows color (decimal): -5432422 or 10099629. OLE color: 10099629.

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

Color convert

RGB 173 27 154 -
CMYK 0 0.84 0.11 0.32
HSL 307.81º 0.73% 0.39% -
HSV(B) 307.81º 0.84% 0.68% -
XYZ 23.46 12 31.65 -
YUV 85.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 173 27 154 0 0.84 0.11 0.32 307.81 0.73 0.39
Hex AD 1B 9A 0 54 B 20 134 49 27
Octal 255 33 232 0 124 13 40 464 111 47
Binary 10101101 11011 10011010 0 1010100 1011 100000 100110100 1001001 100111

Color Harmonies of #AD1B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B9A

Black with #AD1B9A

Text Example


Text Example

White with #AD1B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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