Html Css Color HEX #AB3C86 Medium Red Violet

📋 copy color: '#AB3C86'

red 171 ◦ green 60 ◦ blue 134

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

Shades of Medium Red Violet #AB3C86

Tints of Medium Red Violet #AB3C86

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

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

R = 46.85%
G = 16.44%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB3C86 (or 0xAB3C86) is known color: Medium Red Violet. HEX triplet: AB, 3C and 86. RGB value is (171,60,134). Sum of RGB (Red+Green+Blue) = 171+60+134=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C86 is #54C379. Grayscale: #656565. Windows color (decimal): -5555066 or 8797355. OLE color: 8797355.

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

Color convert

RGB 171 60 134 -
CMYK 0 0.65 0.22 0.33
HSL 320º 0.48% 0.45% -
HSV(B) 320º 0.65% 0.67% -
XYZ 22.71 13.61 23.98 -
YUV 101.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 171 60 134 0 0.65 0.22 0.33 320 0.48 0.45
Hex AB 3C 86 0 41 16 21 140 30 2D
Octal 253 74 206 0 101 26 41 500 60 55
Binary 10101011 111100 10000110 0 1000001 10110 100001 101000000 110000 101101

Color Harmonies of #AB3C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C86

Black with #AB3C86

Text Example


Text Example

White with #AB3C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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