Html Css Color HEX #AB1C8A Medium Violet Red

📋 copy color: '#AB1C8A'

red 171 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #AB1C8A

Tints of Medium Violet Red #AB1C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 50.74%
G = 8.31%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB1C8A (or 0xAB1C8A) is known color: Medium Violet Red. HEX triplet: AB, 1C and 8A. RGB value is (171,28,138). Sum of RGB (Red+Green+Blue) = 171+28+138=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C8A is #54E375. Grayscale: #535353. Windows color (decimal): -5563254 or 9051307. OLE color: 9051307.

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

Color convert

RGB 171 28 138 -
CMYK 0 0.84 0.19 0.33
HSL 313.85º 0.72% 0.39% -
HSV(B) 313.85º 0.84% 0.67% -
XYZ 21.8 11.32 25.08 -
YUV 83.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 171 28 138 0 0.84 0.19 0.33 313.85 0.72 0.39
Hex AB 1C 8A 0 54 13 21 13A 48 27
Octal 253 34 212 0 124 23 41 472 110 47
Binary 10101011 11100 10001010 0 1010100 10011 100001 100111010 1001000 100111

Color Harmonies of #AB1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C8A

Black with #AB1C8A

Text Example


Text Example

White with #AB1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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