Html Css Color HEX #AB2884 Medium Red Violet

📋 copy color: '#AB2884'

red 171 ◦ green 40 ◦ blue 132

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

Shades of Medium Red Violet #AB2884

Tints of Medium Red Violet #AB2884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.66%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 49.85%
G = 11.66%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB2884 (or 0xAB2884) is known color: Medium Red Violet. HEX triplet: AB, 28 and 84. RGB value is (171,40,132). Sum of RGB (Red+Green+Blue) = 171+40+132=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2884 is #54D77B. Grayscale: #595959. Windows color (decimal): -5560188 or 8661163. OLE color: 8661163.

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

Color convert

RGB 171 40 132 -
CMYK 0 0.77 0.23 0.33
HSL 317.86º 0.62% 0.41% -
HSV(B) 317.86º 0.77% 0.67% -
XYZ 21.72 11.84 22.97 -
YUV 89.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 171 40 132 0 0.77 0.23 0.33 317.86 0.62 0.41
Hex AB 28 84 0 4D 17 21 13E 3E 29
Octal 253 50 204 0 115 27 41 476 76 51
Binary 10101011 101000 10000100 0 1001101 10111 100001 100111110 111110 101001

Color Harmonies of #AB2884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2884

Black with #AB2884

Text Example


Text Example

White with #AB2884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2884; }

 p { color: rgb(171,40,132); }

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

background-color css

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

 a { background-color: rgb(171,40,132); }

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

border-color css

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

 span { border-color: rgb(171,40,132); }

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