Html Css Color HEX #AD2B96 Medium Red Violet

📋 copy color: '#AD2B96'

red 173 ◦ green 43 ◦ blue 150

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

Shades of Medium Red Violet #AD2B96

Tints of Medium Red Violet #AD2B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 47.27%
G = 11.75%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD2B96 (or 0xAD2B96) is known color: Medium Red Violet. HEX triplet: AD, 2B and 96. RGB value is (173,43,150). Sum of RGB (Red+Green+Blue) = 173+43+150=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B96 is #52D469. Grayscale: #5D5D5D. Windows color (decimal): -5428330 or 9841581. OLE color: 9841581.

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

Color convert

RGB 173 43 150 -
CMYK 0 0.75 0.13 0.32
HSL 310.62º 0.6% 0.42% -
HSV(B) 310.62º 0.75% 0.68% -
XYZ 23.6 12.81 30.08 -
YUV 94.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 173 43 150 0 0.75 0.13 0.32 310.62 0.6 0.42
Hex AD 2B 96 0 4B D 20 137 3C 2A
Octal 255 53 226 0 113 15 40 467 74 52
Binary 10101101 101011 10010110 0 1001011 1101 100000 100110111 111100 101010

Color Harmonies of #AD2B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B96

Black with #AD2B96

Text Example


Text Example

White with #AD2B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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