Html Css Color HEX #AD2B97 Medium Red Violet

📋 copy color: '#AD2B97'

red 173 ◦ green 43 ◦ blue 151

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

Shades of Medium Red Violet #AD2B97

Tints of Medium Red Violet #AD2B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 47.14%
G = 11.72%
B = 41.14%

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

#AD2B97 (or 0xAD2B97) is known color: Medium Red Violet. HEX triplet: AD, 2B and 97. RGB value is (173,43,151). Sum of RGB (Red+Green+Blue) = 173+43+151=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B97 is #52D468. Grayscale: #5D5D5D. Windows color (decimal): -5428329 or 9907117. OLE color: 9907117.

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

Color convert

RGB 173 43 151 -
CMYK 0 0.75 0.13 0.32
HSL 310.15º 0.6% 0.42% -
HSV(B) 310.15º 0.75% 0.68% -
XYZ 23.68 12.85 30.51 -
YUV 94.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 173 43 151 0 0.75 0.13 0.32 310.15 0.6 0.42
Hex AD 2B 97 0 4B D 20 136 3C 2A
Octal 255 53 227 0 113 15 40 466 74 52
Binary 10101101 101011 10010111 0 1001011 1101 100000 100110110 111100 101010

Color Harmonies of #AD2B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B97

Black with #AD2B97

Text Example


Text Example

White with #AD2B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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