Html Css Color HEX #AB2182 Medium Red Violet

📋 copy color: '#AB2182'

red 171 ◦ green 33 ◦ blue 130

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

Shades of Medium Red Violet #AB2182

Tints of Medium Red Violet #AB2182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 51.2%
G = 9.88%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB2182 (or 0xAB2182) is known color: Medium Red Violet. HEX triplet: AB, 21 and 82. RGB value is (171,33,130). Sum of RGB (Red+Green+Blue) = 171+33+130=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2182 is #54DE7D. Grayscale: #555555. Windows color (decimal): -5561982 or 8528299. OLE color: 8528299.

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

Color convert

RGB 171 33 130 -
CMYK 0 0.81 0.24 0.33
HSL 317.83º 0.68% 0.4% -
HSV(B) 317.83º 0.81% 0.67% -
XYZ 21.37 11.36 22.19 -
YUV 85.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 171 33 130 0 0.81 0.24 0.33 317.83 0.68 0.4
Hex AB 21 82 0 51 18 21 13E 44 28
Octal 253 41 202 0 121 30 41 476 104 50
Binary 10101011 100001 10000010 0 1010001 11000 100001 100111110 1000100 101000

Color Harmonies of #AB2182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2182

Black with #AB2182

Text Example


Text Example

White with #AB2182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2182; }

 p { color: rgb(171,33,130); }

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

background-color css

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

 a { background-color: rgb(171,33,130); }

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

border-color css

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

 span { border-color: rgb(171,33,130); }

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