Html Css Color HEX #AD107B Medium Violet Red

📋 copy color: '#AD107B'

red 173 ◦ green 16 ◦ blue 123

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

Shades of Medium Violet Red #AD107B

Tints of Medium Violet Red #AD107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 55.45%
G = 5.13%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD107B (or 0xAD107B) is known color: Medium Violet Red. HEX triplet: AD, 10 and 7B. RGB value is (173,16,123). Sum of RGB (Red+Green+Blue) = 173+16+123=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD107B is #52EF84. Grayscale: #4A4A4A. Windows color (decimal): -5435269 or 8065197. OLE color: 8065197.

HSL color Cylindrical-coordinate representation of color #AD107B: hue angle of 319.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD107B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 123 -
CMYK 0 0.91 0.29 0.32
HSL 319.11º 0.83% 0.37% -
HSV(B) 319.11º 0.91% 0.68% -
XYZ 20.99 10.68 19.69 -
YUV 75.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 173 16 123 0 0.91 0.29 0.32 319.11 0.83 0.37
Hex AD 10 7B 0 5B 1D 20 13F 53 25
Octal 255 20 173 0 133 35 40 477 123 45
Binary 10101101 10000 1111011 0 1011011 11101 100000 100111111 1010011 100101

Color Harmonies of #AD107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD107B

Black with #AD107B

Text Example


Text Example

White with #AD107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD107B; }

 p { color: rgb(173,16,123); }

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

background-color css

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

 a { background-color: rgb(173,16,123); }

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

border-color css

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

 span { border-color: rgb(173,16,123); }

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