Html Css Color HEX #AD1B9D Medium Violet Red

📋 copy color: '#AD1B9D'

red 173 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #AD1B9D

Tints of Medium Violet Red #AD1B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 48.46%
G = 7.56%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD1B9D (or 0xAD1B9D) is known color: Medium Violet Red. HEX triplet: AD, 1B and 9D. RGB value is (173,27,157). Sum of RGB (Red+Green+Blue) = 173+27+157=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B9D is #52E462. Grayscale: #555555. Windows color (decimal): -5432419 or 10296237. OLE color: 10296237.

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

Color convert

RGB 173 27 157 -
CMYK 0 0.84 0.09 0.32
HSL 306.58º 0.73% 0.39% -
HSV(B) 306.58º 0.84% 0.68% -
XYZ 23.71 12.1 32.98 -
YUV 85.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 173 27 157 0 0.84 0.09 0.32 306.58 0.73 0.39
Hex AD 1B 9D 0 54 9 20 133 49 27
Octal 255 33 235 0 124 11 40 463 111 47
Binary 10101101 11011 10011101 0 1010100 1001 100000 100110011 1001001 100111

Color Harmonies of #AD1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B9D

Black with #AD1B9D

Text Example


Text Example

White with #AD1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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