Html Css Color HEX #AD2B9C Medium Red Violet

📋 copy color: '#AD2B9C'

red 173 ◦ green 43 ◦ blue 156

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

Shades of Medium Red Violet #AD2B9C

Tints of Medium Red Violet #AD2B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 46.51%
G = 11.56%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD2B9C (or 0xAD2B9C) is known color: Medium Red Violet. HEX triplet: AD, 2B and 9C. RGB value is (173,43,156). Sum of RGB (Red+Green+Blue) = 173+43+156=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B9C is #52D463. Grayscale: #5E5E5E. Windows color (decimal): -5428324 or 10234797. OLE color: 10234797.

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

Color convert

RGB 173 43 156 -
CMYK 0 0.75 0.10 0.32
HSL 307.85º 0.6% 0.42% -
HSV(B) 307.85º 0.75% 0.68% -
XYZ 24.1 13.01 32.69 -
YUV 94.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 173 43 156 0 0.75 0.10 0.32 307.85 0.6 0.42
Hex AD 2B 9C 0 4B A 20 134 3C 2A
Octal 255 53 234 0 113 12 40 464 74 52
Binary 10101101 101011 10011100 0 1001011 1010 100000 100110100 111100 101010

Color Harmonies of #AD2B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B9C

Black with #AD2B9C

Text Example


Text Example

White with #AD2B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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