Html Css Color HEX #AB107B Medium Violet Red

📋 copy color: '#AB107B'

red 171 ◦ green 16 ◦ blue 123

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

Shades of Medium Violet Red #AB107B

Tints of Medium Violet Red #AB107B

RGB

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

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

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

R = 55.16%
G = 5.16%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB107B (or 0xAB107B) is known color: Medium Violet Red. HEX triplet: AB, 10 and 7B. RGB value is (171,16,123). Sum of RGB (Red+Green+Blue) = 171+16+123=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB107B is #54EF84. Grayscale: #4A4A4A. Windows color (decimal): -5566341 or 8065195. OLE color: 8065195.

HSL color Cylindrical-coordinate representation of color #AB107B: hue angle of 318.58º 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 #AB107B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 123 -
CMYK 0 0.91 0.28 0.33
HSL 318.58º 0.83% 0.37% -
HSV(B) 318.58º 0.91% 0.67% -
XYZ 20.56 10.46 19.67 -
YUV 74.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 171 16 123 0 0.91 0.28 0.33 318.58 0.83 0.37
Hex AB 10 7B 0 5B 1C 21 13F 53 25
Octal 253 20 173 0 133 34 41 477 123 45
Binary 10101011 10000 1111011 0 1011011 11100 100001 100111111 1010011 100101

Color Harmonies of #AB107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB107B

Black with #AB107B

Text Example


Text Example

White with #AB107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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