Html Css Color HEX #AD0B8B Medium Violet Red

📋 copy color: '#AD0B8B'

red 173 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #AD0B8B

Tints of Medium Violet Red #AD0B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

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

R = 53.56%
G = 3.41%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD0B8B (or 0xAD0B8B) is known color: Medium Violet Red. HEX triplet: AD, 0B and 8B. RGB value is (173,11,139). Sum of RGB (Red+Green+Blue) = 173+11+139=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B8B is #52F474. Grayscale: #494949. Windows color (decimal): -5436533 or 9112493. OLE color: 9112493.

HSL color Cylindrical-coordinate representation of color #AD0B8B: hue angle of 312.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B8B is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 11 139 -
CMYK 0 0.94 0.20 0.32
HSL 312.59º 0.88% 0.36% -
HSV(B) 312.59º 0.94% 0.68% -
XYZ 22.01 10.99 25.39 -
YUV 74.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 173 11 139 0 0.94 0.20 0.32 312.59 0.88 0.36
Hex AD B 8B 0 5E 14 20 139 58 24
Octal 255 13 213 0 136 24 40 471 130 44
Binary 10101101 1011 10001011 0 1011110 10100 100000 100111001 1011000 100100

Color Harmonies of #AD0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B8B

Black with #AD0B8B

Text Example


Text Example

White with #AD0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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