Html Css Color HEX #AB1C8E Medium Violet Red

📋 copy color: '#AB1C8E'

red 171 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #AB1C8E

Tints of Medium Violet Red #AB1C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 50.15%
G = 8.21%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB1C8E (or 0xAB1C8E) is known color: Medium Violet Red. HEX triplet: AB, 1C and 8E. RGB value is (171,28,142). Sum of RGB (Red+Green+Blue) = 171+28+142=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C8E is #54E371. Grayscale: #535353. Windows color (decimal): -5563250 or 9313451. OLE color: 9313451.

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

Color convert

RGB 171 28 142 -
CMYK 0 0.84 0.17 0.33
HSL 312.17º 0.72% 0.39% -
HSV(B) 312.17º 0.84% 0.67% -
XYZ 22.09 11.44 26.64 -
YUV 83.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 171 28 142 0 0.84 0.17 0.33 312.17 0.72 0.39
Hex AB 1C 8E 0 54 11 21 138 48 27
Octal 253 34 216 0 124 21 41 470 110 47
Binary 10101011 11100 10001110 0 1010100 10001 100001 100111000 1001000 100111

Color Harmonies of #AB1C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C8E

Black with #AB1C8E

Text Example


Text Example

White with #AB1C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C8E; }

 p { color: rgb(171,28,142); }

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

background-color css

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

 a { background-color: rgb(171,28,142); }

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

border-color css

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

 span { border-color: rgb(171,28,142); }

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