Html Css Color HEX #AB3F86 Medium Red Violet

📋 copy color: '#AB3F86'

red 171 ◦ green 63 ◦ blue 134

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

Shades of Medium Red Violet #AB3F86

Tints of Medium Red Violet #AB3F86

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 46.47%
G = 17.12%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB3F86 (or 0xAB3F86) is known color: Medium Red Violet. HEX triplet: AB, 3F and 86. RGB value is (171,63,134). Sum of RGB (Red+Green+Blue) = 171+63+134=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F86 is #54C079. Grayscale: #676767. Windows color (decimal): -5554298 or 8798123. OLE color: 8798123.

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

Color convert

RGB 171 63 134 -
CMYK 0 0.63 0.22 0.33
HSL 320.56º 0.46% 0.46% -
HSV(B) 320.56º 0.63% 0.67% -
XYZ 22.88 13.93 24.04 -
YUV 103.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 171 63 134 0 0.63 0.22 0.33 320.56 0.46 0.46
Hex AB 3F 86 0 3F 16 21 141 2E 2E
Octal 253 77 206 0 77 26 41 501 56 56
Binary 10101011 111111 10000110 0 111111 10110 100001 101000001 101110 101110

Color Harmonies of #AB3F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F86

Black with #AB3F86

Text Example


Text Example

White with #AB3F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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