Html Css Color HEX #AB0B86 Medium Violet Red

📋 copy color: '#AB0B86'

red 171 ◦ green 11 ◦ blue 134

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

Shades of Medium Violet Red #AB0B86

Tints of Medium Violet Red #AB0B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 54.11%
G = 3.48%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB0B86 (or 0xAB0B86) is known color: Medium Violet Red. HEX triplet: AB, 0B and 86. RGB value is (171,11,134). Sum of RGB (Red+Green+Blue) = 171+11+134=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B86 is #54F479. Grayscale: #484848. Windows color (decimal): -5567610 or 8784811. OLE color: 8784811.

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

Color convert

RGB 171 11 134 -
CMYK 0 0.94 0.22 0.33
HSL 313.88º 0.88% 0.36% -
HSV(B) 313.88º 0.94% 0.67% -
XYZ 21.22 10.62 23.49 -
YUV 72.86 162.51 198 -
System Red Green Blue C M Y K H S L
Decimal 171 11 134 0 0.94 0.22 0.33 313.88 0.88 0.36
Hex AB B 86 0 5E 16 21 13A 58 24
Octal 253 13 206 0 136 26 41 472 130 44
Binary 10101011 1011 10000110 0 1011110 10110 100001 100111010 1011000 100100

Color Harmonies of #AB0B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B86

Black with #AB0B86

Text Example


Text Example

White with #AB0B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B86; }

 p { color: rgb(171,11,134); }

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

background-color css

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

 a { background-color: rgb(171,11,134); }

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

border-color css

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

 span { border-color: rgb(171,11,134); }

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