Html Css Color HEX #AB158C Medium Violet Red

📋 copy color: '#AB158C'

red 171 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #AB158C

Tints of Medium Violet Red #AB158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 51.51%
G = 6.33%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB158C (or 0xAB158C) is known color: Medium Violet Red. HEX triplet: AB, 15 and 8C. RGB value is (171,21,140). Sum of RGB (Red+Green+Blue) = 171+21+140=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB158C is #54EA73. Grayscale: #4F4F4F. Windows color (decimal): -5565044 or 9180587. OLE color: 9180587.

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

Color convert

RGB 171 21 140 -
CMYK 0 0.88 0.18 0.33
HSL 312.4º 0.78% 0.38% -
HSV(B) 312.4º 0.88% 0.67% -
XYZ 21.8 11.09 25.8 -
YUV 79.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 171 21 140 0 0.88 0.18 0.33 312.4 0.78 0.38
Hex AB 15 8C 0 58 12 21 138 4E 26
Octal 253 25 214 0 130 22 41 470 116 46
Binary 10101011 10101 10001100 0 1011000 10010 100001 100111000 1001110 100110

Color Harmonies of #AB158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB158C

Black with #AB158C

Text Example


Text Example

White with #AB158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB158C; }

 p { color: rgb(171,21,140); }

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

background-color css

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

 a { background-color: rgb(171,21,140); }

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

border-color css

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

 span { border-color: rgb(171,21,140); }

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