Html Css Color HEX #AB028B Dark Magenta

📋 copy color: '#AB028B'

red 171 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #AB028B

Tints of Dark Magenta #AB028B

RGB

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

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

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

R = 54.81%
G = 0.64%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB028B (or 0xAB028B) is known color: Dark Magenta. HEX triplet: AB, 02 and 8B. RGB value is (171,2,139). Sum of RGB (Red+Green+Blue) = 171+2+139=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB028B is #54FD74. Grayscale: #434343. Windows color (decimal): -5569909 or 9110187. OLE color: 9110187.

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

Color convert

RGB 171 2 139 -
CMYK 0 0.99 0.19 0.33
HSL 311.36º 0.98% 0.34% -
HSV(B) 311.36º 0.99% 0.67% -
XYZ 21.48 10.57 25.33 -
YUV 68.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 171 2 139 0 0.99 0.19 0.33 311.36 0.98 0.34
Hex AB 2 8B 0 63 13 21 137 62 22
Octal 253 2 213 0 143 23 41 467 142 42
Binary 10101011 10 10001011 0 1100011 10011 100001 100110111 1100010 100010

Color Harmonies of #AB028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB028B

Black with #AB028B

Text Example


Text Example

White with #AB028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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