Html Css Color HEX #AB4186 Medium Red Violet

📋 copy color: '#AB4186'

red 171 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #AB4186

Tints of Medium Red Violet #AB4186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 46.22%
G = 17.57%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB4186 (or 0xAB4186) is known color: Medium Red Violet. HEX triplet: AB, 41 and 86. RGB value is (171,65,134). Sum of RGB (Red+Green+Blue) = 171+65+134=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4186 is #54BE79. Grayscale: #686868. Windows color (decimal): -5553786 or 8798635. OLE color: 8798635.

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

Color convert

RGB 171 65 134 -
CMYK 0 0.62 0.22 0.33
HSL 320.94º 0.45% 0.46% -
HSV(B) 320.94º 0.62% 0.67% -
XYZ 22.99 14.16 24.08 -
YUV 104.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 171 65 134 0 0.62 0.22 0.33 320.94 0.45 0.46
Hex AB 41 86 0 3E 16 21 141 2D 2E
Octal 253 101 206 0 76 26 41 501 55 56
Binary 10101011 1000001 10000110 0 111110 10110 100001 101000001 101101 101110

Color Harmonies of #AB4186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4186

Black with #AB4186

Text Example


Text Example

White with #AB4186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4186; }

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

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

background-color css

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

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

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

border-color css

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

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

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