Html Css Color HEX #AB008C Dark Magenta

📋 copy color: '#AB008C'

red 171 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #AB008C

Tints of Dark Magenta #AB008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 54.98%
G = 0%
B = 45.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB008C (or 0xAB008C) is known color: Dark Magenta. HEX triplet: AB, 00 and 8C. RGB value is (171,0,140). Sum of RGB (Red+Green+Blue) = 171+0+140=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB008C is #54FF73. Grayscale: #424242. Windows color (decimal): -5570420 or 9175211. OLE color: 9175211.

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

Color convert

RGB 171 0 140 -
CMYK 0 1 0.18 0.33
HSL 310.88º 1% 0.34% -
HSV(B) 310.88º 1% 0.67% -
XYZ 21.53 10.55 25.71 -
YUV 67.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 171 0 140 0 1 0.18 0.33 310.88 1 0.34
Hex AB 0 8C 0 64 12 21 137 64 22
Octal 253 0 214 0 144 22 41 467 144 42
Binary 10101011 0 10001100 0 1100100 10010 100001 100110111 1100100 100010

Color Harmonies of #AB008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB008C

Black with #AB008C

Text Example


Text Example

White with #AB008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB008C; }

 p { color: rgb(171,0,140); }

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

background-color css

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

 a { background-color: rgb(171,0,140); }

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

border-color css

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

 span { border-color: rgb(171,0,140); }

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