Html Css Color HEX #AB1382 Medium Violet Red

📋 copy color: '#AB1382'

red 171 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #AB1382

Tints of Medium Violet Red #AB1382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

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

R = 53.44%
G = 5.94%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB1382 (or 0xAB1382) is known color: Medium Violet Red. HEX triplet: AB, 13 and 82. RGB value is (171,19,130). Sum of RGB (Red+Green+Blue) = 171+19+130=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1382 is #54EC7D. Grayscale: #4C4C4C. Windows color (decimal): -5565566 or 8524715. OLE color: 8524715.

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

Color convert

RGB 171 19 130 -
CMYK 0 0.89 0.24 0.33
HSL 316.18º 0.8% 0.37% -
HSV(B) 316.18º 0.89% 0.67% -
XYZ 21.06 10.74 22.08 -
YUV 77.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 171 19 130 0 0.89 0.24 0.33 316.18 0.8 0.37
Hex AB 13 82 0 59 18 21 13C 50 25
Octal 253 23 202 0 131 30 41 474 120 45
Binary 10101011 10011 10000010 0 1011001 11000 100001 100111100 1010000 100101

Color Harmonies of #AB1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1382

Black with #AB1382

Text Example


Text Example

White with #AB1382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1382; }

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

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

background-color css

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

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

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

border-color css

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

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

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