Html Css Color HEX #AB2882 Medium Red Violet

📋 copy color: '#AB2882'

red 171 ◦ green 40 ◦ blue 130

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

Shades of Medium Red Violet #AB2882

Tints of Medium Red Violet #AB2882

RGB

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

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

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

R = 50.15%
G = 11.73%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB2882 (or 0xAB2882) is known color: Medium Red Violet. HEX triplet: AB, 28 and 82. RGB value is (171,40,130). Sum of RGB (Red+Green+Blue) = 171+40+130=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2882 is #54D77D. Grayscale: #595959. Windows color (decimal): -5560190 or 8530091. OLE color: 8530091.

HSL color Cylindrical-coordinate representation of color #AB2882: hue angle of 318.78º 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 #AB2882 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 130 -
CMYK 0 0.77 0.24 0.33
HSL 318.78º 0.62% 0.41% -
HSV(B) 318.78º 0.77% 0.67% -
XYZ 21.58 11.79 22.26 -
YUV 89.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 171 40 130 0 0.77 0.24 0.33 318.78 0.62 0.41
Hex AB 28 82 0 4D 18 21 13F 3E 29
Octal 253 50 202 0 115 30 41 477 76 51
Binary 10101011 101000 10000010 0 1001101 11000 100001 100111111 111110 101001

Color Harmonies of #AB2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2882

Black with #AB2882

Text Example


Text Example

White with #AB2882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2882; }

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

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

background-color css

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

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

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

border-color css

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

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

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