Html Css Color HEX #AD2B8F Medium Red Violet

📋 copy color: '#AD2B8F'

red 173 ◦ green 43 ◦ blue 143

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

Shades of Medium Red Violet #AD2B8F

Tints of Medium Red Violet #AD2B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 48.19%
G = 11.98%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2B8F (or 0xAD2B8F) is known color: Medium Red Violet. HEX triplet: AD, 2B and 8F. RGB value is (173,43,143). Sum of RGB (Red+Green+Blue) = 173+43+143=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B8F is #52D470. Grayscale: #5D5D5D. Windows color (decimal): -5428337 or 9382829. OLE color: 9382829.

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

Color convert

RGB 173 43 143 -
CMYK 0 0.75 0.17 0.32
HSL 313.85º 0.6% 0.42% -
HSV(B) 313.85º 0.75% 0.68% -
XYZ 23.06 12.6 27.2 -
YUV 93.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 173 43 143 0 0.75 0.17 0.32 313.85 0.6 0.42
Hex AD 2B 8F 0 4B 11 20 13A 3C 2A
Octal 255 53 217 0 113 21 40 472 74 52
Binary 10101101 101011 10001111 0 1001011 10001 100000 100111010 111100 101010

Color Harmonies of #AD2B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B8F

Black with #AD2B8F

Text Example


Text Example

White with #AD2B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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