Html Css Color HEX #AB028D Dark Magenta

📋 copy color: '#AB028D'

red 171 ◦ green 2 ◦ blue 141

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

Shades of Dark Magenta #AB028D

Tints of Dark Magenta #AB028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 54.46%
G = 0.64%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB028D (or 0xAB028D) is known color: Dark Magenta. HEX triplet: AB, 02 and 8D. RGB value is (171,2,141). Sum of RGB (Red+Green+Blue) = 171+2+141=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB028D is #54FD72. Grayscale: #434343. Windows color (decimal): -5569907 or 9241259. OLE color: 9241259.

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

Color convert

RGB 171 2 141 -
CMYK 0 0.99 0.18 0.33
HSL 310.65º 0.98% 0.34% -
HSV(B) 310.65º 0.99% 0.67% -
XYZ 21.62 10.62 26.11 -
YUV 68.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 171 2 141 0 0.99 0.18 0.33 310.65 0.98 0.34
Hex AB 2 8D 0 63 12 21 137 62 22
Octal 253 2 215 0 143 22 41 467 142 42
Binary 10101011 10 10001101 0 1100011 10010 100001 100110111 1100010 100010

Color Harmonies of #AB028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB028D

Black with #AB028D

Text Example


Text Example

White with #AB028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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