Html Css Color HEX #AB2286 Medium Red Violet

📋 copy color: '#AB2286'

red 171 ◦ green 34 ◦ blue 134

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

Shades of Medium Red Violet #AB2286

Tints of Medium Red Violet #AB2286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 50.44%
G = 10.03%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB2286 (or 0xAB2286) is known color: Medium Red Violet. HEX triplet: AB, 22 and 86. RGB value is (171,34,134). Sum of RGB (Red+Green+Blue) = 171+34+134=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2286 is #54DD79. Grayscale: #565656. Windows color (decimal): -5561722 or 8790699. OLE color: 8790699.

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

Color convert

RGB 171 34 134 -
CMYK 0 0.80 0.22 0.33
HSL 316.2º 0.67% 0.4% -
HSV(B) 316.2º 0.8% 0.67% -
XYZ 21.67 11.52 23.64 -
YUV 86.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 171 34 134 0 0.80 0.22 0.33 316.2 0.67 0.4
Hex AB 22 86 0 50 16 21 13C 43 28
Octal 253 42 206 0 120 26 41 474 103 50
Binary 10101011 100010 10000110 0 1010000 10110 100001 100111100 1000011 101000

Color Harmonies of #AB2286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2286

Black with #AB2286

Text Example


Text Example

White with #AB2286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2286; }

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

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

background-color css

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

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

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

border-color css

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

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

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