Html Css Color HEX #AB149A Medium Violet Red

📋 copy color: '#AB149A'

red 171 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #AB149A

Tints of Medium Violet Red #AB149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 49.57%
G = 5.8%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB149A (or 0xAB149A) is known color: Medium Violet Red. HEX triplet: AB, 14 and 9A. RGB value is (171,20,154). Sum of RGB (Red+Green+Blue) = 171+20+154=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149A is #54EB65. Grayscale: #505050. Windows color (decimal): -5565286 or 10097835. OLE color: 10097835.

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

Color convert

RGB 171 20 154 -
CMYK 0 0.88 0.10 0.33
HSL 306.76º 0.79% 0.37% -
HSV(B) 306.76º 0.88% 0.67% -
XYZ 22.88 11.49 31.58 -
YUV 80.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 171 20 154 0 0.88 0.10 0.33 306.76 0.79 0.37
Hex AB 14 9A 0 58 A 21 133 4F 25
Octal 253 24 232 0 130 12 41 463 117 45
Binary 10101011 10100 10011010 0 1011000 1010 100001 100110011 1001111 100101

Color Harmonies of #AB149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB149A

Black with #AB149A

Text Example


Text Example

White with #AB149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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