Html Css Color HEX #AD2B8B Medium Red Violet

📋 copy color: '#AD2B8B'

red 173 ◦ green 43 ◦ blue 139

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

Shades of Medium Red Violet #AD2B8B

Tints of Medium Red Violet #AD2B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 48.73%
G = 12.11%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD2B8B (or 0xAD2B8B) is known color: Medium Red Violet. HEX triplet: AD, 2B and 8B. RGB value is (173,43,139). Sum of RGB (Red+Green+Blue) = 173+43+139=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B8B is #52D474. Grayscale: #5C5C5C. Windows color (decimal): -5428341 or 9120685. OLE color: 9120685.

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

Color convert

RGB 173 43 139 -
CMYK 0 0.75 0.20 0.32
HSL 315.69º 0.6% 0.42% -
HSV(B) 315.69º 0.75% 0.68% -
XYZ 22.76 12.48 25.63 -
YUV 92.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 173 43 139 0 0.75 0.20 0.32 315.69 0.6 0.42
Hex AD 2B 8B 0 4B 14 20 13C 3C 2A
Octal 255 53 213 0 113 24 40 474 74 52
Binary 10101101 101011 10001011 0 1001011 10100 100000 100111100 111100 101010

Color Harmonies of #AD2B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B8B

Black with #AD2B8B

Text Example


Text Example

White with #AD2B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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