Html Css Color HEX #AB4286 Medium Red Violet

📋 copy color: '#AB4286'

red 171 ◦ green 66 ◦ blue 134

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

Shades of Medium Red Violet #AB4286

Tints of Medium Red Violet #AB4286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 46.09%
G = 17.79%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB4286 (or 0xAB4286) is known color: Medium Red Violet. HEX triplet: AB, 42 and 86. RGB value is (171,66,134). Sum of RGB (Red+Green+Blue) = 171+66+134=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4286 is #54BD79. Grayscale: #686868. Windows color (decimal): -5553530 or 8798891. OLE color: 8798891.

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

Color convert

RGB 171 66 134 -
CMYK 0 0.61 0.22 0.33
HSL 321.14º 0.44% 0.46% -
HSV(B) 321.14º 0.61% 0.67% -
XYZ 23.05 14.28 24.1 -
YUV 105.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 171 66 134 0 0.61 0.22 0.33 321.14 0.44 0.46
Hex AB 42 86 0 3D 16 21 141 2C 2E
Octal 253 102 206 0 75 26 41 501 54 56
Binary 10101011 1000010 10000110 0 111101 10110 100001 101000001 101100 101110

Color Harmonies of #AB4286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4286

Black with #AB4286

Text Example


Text Example

White with #AB4286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4286; }

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

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

background-color css

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

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

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

border-color css

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

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

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