Html Css Color HEX #AB0493 Dark Magenta

📋 copy color: '#AB0493'

red 171 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #AB0493

Tints of Dark Magenta #AB0493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 53.11%
G = 1.24%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB0493 (or 0xAB0493) is known color: Dark Magenta. HEX triplet: AB, 04 and 93. RGB value is (171,4,147). Sum of RGB (Red+Green+Blue) = 171+4+147=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0493 is #54FB6C. Grayscale: #454545. Windows color (decimal): -5569389 or 9634987. OLE color: 9634987.

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

Color convert

RGB 171 4 147 -
CMYK 0 0.98 0.14 0.33
HSL 308.62º 0.95% 0.34% -
HSV(B) 308.62º 0.98% 0.67% -
XYZ 22.1 10.85 28.53 -
YUV 70.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 171 4 147 0 0.98 0.14 0.33 308.62 0.95 0.34
Hex AB 4 93 0 62 E 21 135 5F 22
Octal 253 4 223 0 142 16 41 465 137 42
Binary 10101011 100 10010011 0 1100010 1110 100001 100110101 1011111 100010

Color Harmonies of #AB0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0493

Black with #AB0493

Text Example


Text Example

White with #AB0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0493; }

 p { color: rgb(171,4,147); }

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

background-color css

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

 a { background-color: rgb(171,4,147); }

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

border-color css

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

 span { border-color: rgb(171,4,147); }

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