Html Css Color HEX #AB148D Medium Violet Red

📋 copy color: '#AB148D'

red 171 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #AB148D

Tints of Medium Violet Red #AB148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

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

R = 51.51%
G = 6.02%
B = 42.47%

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

#AB148D (or 0xAB148D) is known color: Medium Violet Red. HEX triplet: AB, 14 and 8D. RGB value is (171,20,141). Sum of RGB (Red+Green+Blue) = 171+20+141=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB148D is #54EB72. Grayscale: #4E4E4E. Windows color (decimal): -5565299 or 9245867. OLE color: 9245867.

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

Color convert

RGB 171 20 141 -
CMYK 0 0.88 0.18 0.33
HSL 311.92º 0.79% 0.37% -
HSV(B) 311.92º 0.88% 0.67% -
XYZ 21.85 11.08 26.19 -
YUV 78.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 171 20 141 0 0.88 0.18 0.33 311.92 0.79 0.37
Hex AB 14 8D 0 58 12 21 138 4F 25
Octal 253 24 215 0 130 22 41 470 117 45
Binary 10101011 10100 10001101 0 1011000 10010 100001 100111000 1001111 100101

Color Harmonies of #AB148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB148D

Black with #AB148D

Text Example


Text Example

White with #AB148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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