Html Css Color HEX #AB1C8F Medium Violet Red

📋 copy color: '#AB1C8F'

red 171 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #AB1C8F

Tints of Medium Violet Red #AB1C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 50%
G = 8.19%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB1C8F (or 0xAB1C8F) is known color: Medium Violet Red. HEX triplet: AB, 1C and 8F. RGB value is (171,28,143). Sum of RGB (Red+Green+Blue) = 171+28+143=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C8F is #54E370. Grayscale: #535353. Windows color (decimal): -5563249 or 9378987. OLE color: 9378987.

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

Color convert

RGB 171 28 143 -
CMYK 0 0.84 0.16 0.33
HSL 311.75º 0.72% 0.39% -
HSV(B) 311.75º 0.84% 0.67% -
XYZ 22.17 11.47 27.03 -
YUV 83.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 171 28 143 0 0.84 0.16 0.33 311.75 0.72 0.39
Hex AB 1C 8F 0 54 10 21 138 48 27
Octal 253 34 217 0 124 20 41 470 110 47
Binary 10101011 11100 10001111 0 1010100 10000 100001 100111000 1001000 100111

Color Harmonies of #AB1C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C8F

Black with #AB1C8F

Text Example


Text Example

White with #AB1C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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