Html Css Color HEX #AB198D Medium Violet Red

📋 copy color: '#AB198D'

red 171 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #AB198D

Tints of Medium Violet Red #AB198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

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

R = 50.74%
G = 7.42%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB198D (or 0xAB198D) is known color: Medium Violet Red. HEX triplet: AB, 19 and 8D. RGB value is (171,25,141). Sum of RGB (Red+Green+Blue) = 171+25+141=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB198D is #54E672. Grayscale: #515151. Windows color (decimal): -5564019 or 9247147. OLE color: 9247147.

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

Color convert

RGB 171 25 141 -
CMYK 0 0.85 0.18 0.33
HSL 312.33º 0.74% 0.38% -
HSV(B) 312.33º 0.85% 0.67% -
XYZ 21.95 11.28 26.22 -
YUV 81.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 171 25 141 0 0.85 0.18 0.33 312.33 0.74 0.38
Hex AB 19 8D 0 55 12 21 138 4A 26
Octal 253 31 215 0 125 22 41 470 112 46
Binary 10101011 11001 10001101 0 1010101 10010 100001 100111000 1001010 100110

Color Harmonies of #AB198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB198D

Black with #AB198D

Text Example


Text Example

White with #AB198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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