Html Css Color HEX #AD2B78 Medium Red Violet

📋 copy color: '#AD2B78'

red 173 ◦ green 43 ◦ blue 120

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

Shades of Medium Red Violet #AD2B78

Tints of Medium Red Violet #AD2B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 51.49%
G = 12.8%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD2B78 (or 0xAD2B78) is known color: Medium Red Violet. HEX triplet: AD, 2B and 78. RGB value is (173,43,120). Sum of RGB (Red+Green+Blue) = 173+43+120=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B78 is #52D487. Grayscale: #5A5A5A. Windows color (decimal): -5428360 or 7875501. OLE color: 7875501.

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

Color convert

RGB 173 43 120 -
CMYK 0 0.75 0.31 0.32
HSL 324.46º 0.6% 0.42% -
HSV(B) 324.46º 0.75% 0.68% -
XYZ 21.49 11.97 18.95 -
YUV 90.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 173 43 120 0 0.75 0.31 0.32 324.46 0.6 0.42
Hex AD 2B 78 0 4B 1F 20 144 3C 2A
Octal 255 53 170 0 113 37 40 504 74 52
Binary 10101101 101011 1111000 0 1001011 11111 100000 101000100 111100 101010

Color Harmonies of #AD2B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B78

Black with #AD2B78

Text Example


Text Example

White with #AD2B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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