Html Css Color HEX #AB0F86 Medium Violet Red

📋 copy color: '#AB0F86'

red 171 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #AB0F86

Tints of Medium Violet Red #AB0F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

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

R = 53.44%
G = 4.69%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB0F86 (or 0xAB0F86) is known color: Medium Violet Red. HEX triplet: AB, 0F and 86. RGB value is (171,15,134). Sum of RGB (Red+Green+Blue) = 171+15+134=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0F86 is #54F079. Grayscale: #4A4A4A. Windows color (decimal): -5566586 or 8785835. OLE color: 8785835.

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

Color convert

RGB 171 15 134 -
CMYK 0 0.91 0.22 0.33
HSL 314.23º 0.84% 0.36% -
HSV(B) 314.23º 0.91% 0.67% -
XYZ 21.27 10.72 23.5 -
YUV 75.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 171 15 134 0 0.91 0.22 0.33 314.23 0.84 0.36
Hex AB F 86 0 5B 16 21 13A 54 24
Octal 253 17 206 0 133 26 41 472 124 44
Binary 10101011 1111 10000110 0 1011011 10110 100001 100111010 1010100 100100

Color Harmonies of #AB0F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F86

Black with #AB0F86

Text Example


Text Example

White with #AB0F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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