Html Css Color HEX #AB188D Medium Violet Red

📋 copy color: '#AB188D'

red 171 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #AB188D

Tints of Medium Violet Red #AB188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 50.89%
G = 7.14%
B = 41.96%

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

#AB188D (or 0xAB188D) is known color: Medium Violet Red. HEX triplet: AB, 18 and 8D. RGB value is (171,24,141). Sum of RGB (Red+Green+Blue) = 171+24+141=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188D is #54E772. Grayscale: #505050. Windows color (decimal): -5564275 or 9246891. OLE color: 9246891.

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

Color convert

RGB 171 24 141 -
CMYK 0 0.86 0.18 0.33
HSL 312.24º 0.75% 0.38% -
HSV(B) 312.24º 0.86% 0.67% -
XYZ 21.93 11.23 26.21 -
YUV 81.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 171 24 141 0 0.86 0.18 0.33 312.24 0.75 0.38
Hex AB 18 8D 0 56 12 21 138 4B 26
Octal 253 30 215 0 126 22 41 470 113 46
Binary 10101011 11000 10001101 0 1010110 10010 100001 100111000 1001011 100110

Color Harmonies of #AB188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB188D

Black with #AB188D

Text Example


Text Example

White with #AB188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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