Html Css Color HEX #AB1882 Medium Violet Red

📋 copy color: '#AB1882'

red 171 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #AB1882

Tints of Medium Violet Red #AB1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 52.62%
G = 7.38%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB1882 (or 0xAB1882) is known color: Medium Violet Red. HEX triplet: AB, 18 and 82. RGB value is (171,24,130). Sum of RGB (Red+Green+Blue) = 171+24+130=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1882 is #54E77D. Grayscale: #4F4F4F. Windows color (decimal): -5564286 or 8525995. OLE color: 8525995.

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

Color convert

RGB 171 24 130 -
CMYK 0 0.86 0.24 0.33
HSL 316.73º 0.75% 0.38% -
HSV(B) 316.73º 0.86% 0.67% -
XYZ 21.15 10.92 22.11 -
YUV 80.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 171 24 130 0 0.86 0.24 0.33 316.73 0.75 0.38
Hex AB 18 82 0 56 18 21 13D 4B 26
Octal 253 30 202 0 126 30 41 475 113 46
Binary 10101011 11000 10000010 0 1010110 11000 100001 100111101 1001011 100110

Color Harmonies of #AB1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1882

Black with #AB1882

Text Example


Text Example

White with #AB1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1882; }

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

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

background-color css

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

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

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

border-color css

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

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

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