Html Css Color HEX #AB1A8B Medium Violet Red

📋 copy color: '#AB1A8B'

red 171 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #AB1A8B

Tints of Medium Violet Red #AB1A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 50.89%
G = 7.74%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB1A8B (or 0xAB1A8B) is known color: Medium Violet Red. HEX triplet: AB, 1A and 8B. RGB value is (171,26,139). Sum of RGB (Red+Green+Blue) = 171+26+139=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1A8B is #54E574. Grayscale: #515151. Windows color (decimal): -5563765 or 9116331. OLE color: 9116331.

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

Color convert

RGB 171 26 139 -
CMYK 0 0.85 0.19 0.33
HSL 313.24º 0.74% 0.39% -
HSV(B) 313.24º 0.85% 0.67% -
XYZ 21.82 11.26 25.45 -
YUV 82.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 171 26 139 0 0.85 0.19 0.33 313.24 0.74 0.39
Hex AB 1A 8B 0 55 13 21 139 4A 27
Octal 253 32 213 0 125 23 41 471 112 47
Binary 10101011 11010 10001011 0 1010101 10011 100001 100111001 1001010 100111

Color Harmonies of #AB1A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A8B

Black with #AB1A8B

Text Example


Text Example

White with #AB1A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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