Html Css Color HEX #AB1E8D Medium Red Violet

📋 copy color: '#AB1E8D'

red 171 ◦ green 30 ◦ blue 141

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

Shades of Medium Red Violet #AB1E8D

Tints of Medium Red Violet #AB1E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 50%
G = 8.77%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB1E8D (or 0xAB1E8D) is known color: Medium Red Violet. HEX triplet: AB, 1E and 8D. RGB value is (171,30,141). Sum of RGB (Red+Green+Blue) = 171+30+141=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1E8D is #54E172. Grayscale: #545454. Windows color (decimal): -5562739 or 9248427. OLE color: 9248427.

HSL color Cylindrical-coordinate representation of color #AB1E8D: hue angle of 312.77º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E8D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 30 141 -
CMYK 0 0.82 0.18 0.33
HSL 312.77º 0.7% 0.39% -
HSV(B) 312.77º 0.82% 0.67% -
XYZ 22.07 11.51 26.26 -
YUV 84.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 171 30 141 0 0.82 0.18 0.33 312.77 0.7 0.39
Hex AB 1E 8D 0 52 12 21 139 46 27
Octal 253 36 215 0 122 22 41 471 106 47
Binary 10101011 11110 10001101 0 1010010 10010 100001 100111001 1000110 100111

Color Harmonies of #AB1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E8D

Black with #AB1E8D

Text Example


Text Example

White with #AB1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E8D; }

 p { color: rgb(171,30,141); }

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

background-color css

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

 a { background-color: rgb(171,30,141); }

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

border-color css

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

 span { border-color: rgb(171,30,141); }

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