Html Css Color HEX #AD2B7A Medium Red Violet

📋 copy color: '#AD2B7A'

red 173 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #AD2B7A

Tints of Medium Red Violet #AD2B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 51.18%
G = 12.72%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD2B7A (or 0xAD2B7A) is known color: Medium Red Violet. HEX triplet: AD, 2B and 7A. RGB value is (173,43,122). Sum of RGB (Red+Green+Blue) = 173+43+122=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B7A is #52D485. Grayscale: #5A5A5A. Windows color (decimal): -5428358 or 8006573. OLE color: 8006573.

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

Color convert

RGB 173 43 122 -
CMYK 0 0.75 0.29 0.32
HSL 323.54º 0.6% 0.42% -
HSV(B) 323.54º 0.75% 0.68% -
XYZ 21.61 12.02 19.59 -
YUV 90.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 173 43 122 0 0.75 0.29 0.32 323.54 0.6 0.42
Hex AD 2B 7A 0 4B 1D 20 144 3C 2A
Octal 255 53 172 0 113 35 40 504 74 52
Binary 10101101 101011 1111010 0 1001011 11101 100000 101000100 111100 101010

Color Harmonies of #AD2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B7A

Black with #AD2B7A

Text Example


Text Example

White with #AD2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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