Html Css Color HEX #AB1A8D Medium Violet Red

📋 copy color: '#AB1A8D'

red 171 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #AB1A8D

Tints of Medium Violet Red #AB1A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.69%

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

R = 50.59%
G = 7.69%
B = 41.72%

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

#AB1A8D (or 0xAB1A8D) is known color: Medium Violet Red. HEX triplet: AB, 1A and 8D. RGB value is (171,26,141). Sum of RGB (Red+Green+Blue) = 171+26+141=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1A8D is #54E572. Grayscale: #525252. Windows color (decimal): -5563763 or 9247403. OLE color: 9247403.

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

Color convert

RGB 171 26 141 -
CMYK 0 0.85 0.18 0.33
HSL 312.41º 0.74% 0.39% -
HSV(B) 312.41º 0.85% 0.67% -
XYZ 21.97 11.32 26.23 -
YUV 82.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 171 26 141 0 0.85 0.18 0.33 312.41 0.74 0.39
Hex AB 1A 8D 0 55 12 21 138 4A 27
Octal 253 32 215 0 125 22 41 470 112 47
Binary 10101011 11010 10001101 0 1010101 10010 100001 100111000 1001010 100111

Color Harmonies of #AB1A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A8D

Black with #AB1A8D

Text Example


Text Example

White with #AB1A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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