Html Css Color HEX #AB188C Medium Violet Red

📋 copy color: '#AB188C'

red 171 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #AB188C

Tints of Medium Violet Red #AB188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 51.04%
G = 7.16%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB188C (or 0xAB188C) is known color: Medium Violet Red. HEX triplet: AB, 18 and 8C. RGB value is (171,24,140). Sum of RGB (Red+Green+Blue) = 171+24+140=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188C is #54E773. Grayscale: #505050. Windows color (decimal): -5564276 or 9181355. OLE color: 9181355.

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

Color convert

RGB 171 24 140 -
CMYK 0 0.86 0.18 0.33
HSL 312.65º 0.75% 0.38% -
HSV(B) 312.65º 0.86% 0.67% -
XYZ 21.85 11.2 25.82 -
YUV 81.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 171 24 140 0 0.86 0.18 0.33 312.65 0.75 0.38
Hex AB 18 8C 0 56 12 21 139 4B 26
Octal 253 30 214 0 126 22 41 471 113 46
Binary 10101011 11000 10001100 0 1010110 10010 100001 100111001 1001011 100110

Color Harmonies of #AB188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB188C

Black with #AB188C

Text Example


Text Example

White with #AB188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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