Html Css Color HEX #AD2B75 Medium Red Violet

📋 copy color: '#AD2B75'

red 173 ◦ green 43 ◦ blue 117

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

Shades of Medium Red Violet #AD2B75

Tints of Medium Red Violet #AD2B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 51.95%
G = 12.91%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD2B75 (or 0xAD2B75) is known color: Medium Red Violet. HEX triplet: AD, 2B and 75. RGB value is (173,43,117). Sum of RGB (Red+Green+Blue) = 173+43+117=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B75 is #52D48A. Grayscale: #5A5A5A. Windows color (decimal): -5428363 or 7678893. OLE color: 7678893.

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

Color convert

RGB 173 43 117 -
CMYK 0 0.75 0.32 0.32
HSL 325.85º 0.6% 0.42% -
HSV(B) 325.85º 0.75% 0.68% -
XYZ 21.31 11.9 18 -
YUV 90.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 173 43 117 0 0.75 0.32 0.32 325.85 0.6 0.42
Hex AD 2B 75 0 4B 20 20 146 3C 2A
Octal 255 53 165 0 113 40 40 506 74 52
Binary 10101101 101011 1110101 0 1001011 100000 100000 101000110 111100 101010

Color Harmonies of #AD2B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B75

Black with #AD2B75

Text Example


Text Example

White with #AD2B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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