Html Css Color HEX #AB149B Dark Magenta

📋 copy color: '#AB149B'

red 171 ◦ green 20 ◦ blue 155

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

Shades of Dark Magenta #AB149B

Tints of Dark Magenta #AB149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 49.42%
G = 5.78%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB149B (or 0xAB149B) is known color: Dark Magenta. HEX triplet: AB, 14 and 9B. RGB value is (171,20,155). Sum of RGB (Red+Green+Blue) = 171+20+155=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149B is #54EB64. Grayscale: #505050. Windows color (decimal): -5565285 or 10163371. OLE color: 10163371.

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

Color convert

RGB 171 20 155 -
CMYK 0 0.88 0.09 0.33
HSL 306.36º 0.79% 0.37% -
HSV(B) 306.36º 0.88% 0.67% -
XYZ 22.96 11.52 32.02 -
YUV 80.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 171 20 155 0 0.88 0.09 0.33 306.36 0.79 0.37
Hex AB 14 9B 0 58 9 21 132 4F 25
Octal 253 24 233 0 130 11 41 462 117 45
Binary 10101011 10100 10011011 0 1011000 1001 100001 100110010 1001111 100101

Color Harmonies of #AB149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB149B

Black with #AB149B

Text Example


Text Example

White with #AB149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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