Html Css Color HEX #AB107D Medium Violet Red

📋 copy color: '#AB107D'

red 171 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #AB107D

Tints of Medium Violet Red #AB107D

RGB

 RED value IS 171 (67.19% from 255) = 54.81%

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 54.81%
G = 5.13%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB107D (or 0xAB107D) is known color: Medium Violet Red. HEX triplet: AB, 10 and 7D. RGB value is (171,16,125). Sum of RGB (Red+Green+Blue) = 171+16+125=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB107D is #54EF82. Grayscale: #4A4A4A. Windows color (decimal): -5566339 or 8196267. OLE color: 8196267.

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

Color convert

RGB 171 16 125 -
CMYK 0 0.91 0.27 0.33
HSL 317.81º 0.83% 0.37% -
HSV(B) 317.81º 0.91% 0.67% -
XYZ 20.68 10.51 20.34 -
YUV 74.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 171 16 125 0 0.91 0.27 0.33 317.81 0.83 0.37
Hex AB 10 7D 0 5B 1B 21 13E 53 25
Octal 253 20 175 0 133 33 41 476 123 45
Binary 10101011 10000 1111101 0 1011011 11011 100001 100111110 1010011 100101

Color Harmonies of #AB107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB107D

Black with #AB107D

Text Example


Text Example

White with #AB107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB107D; }

 p { color: rgb(171,16,125); }

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

background-color css

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

 a { background-color: rgb(171,16,125); }

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

border-color css

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

 span { border-color: rgb(171,16,125); }

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