Html Css Color HEX #AB0494 Dark Magenta

📋 copy color: '#AB0494'

red 171 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #AB0494

Tints of Dark Magenta #AB0494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 52.94%
G = 1.24%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB0494 (or 0xAB0494) is known color: Dark Magenta. HEX triplet: AB, 04 and 94. RGB value is (171,4,148). Sum of RGB (Red+Green+Blue) = 171+4+148=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0494 is #54FB6B. Grayscale: #454545. Windows color (decimal): -5569388 or 9700523. OLE color: 9700523.

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

Color convert

RGB 171 4 148 -
CMYK 0 0.98 0.13 0.33
HSL 308.26º 0.95% 0.34% -
HSV(B) 308.26º 0.98% 0.67% -
XYZ 22.18 10.88 28.95 -
YUV 70.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 171 4 148 0 0.98 0.13 0.33 308.26 0.95 0.34
Hex AB 4 94 0 62 D 21 134 5F 22
Octal 253 4 224 0 142 15 41 464 137 42
Binary 10101011 100 10010100 0 1100010 1101 100001 100110100 1011111 100010

Color Harmonies of #AB0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0494

Black with #AB0494

Text Example


Text Example

White with #AB0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0494; }

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

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

background-color css

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

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

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

border-color css

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

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

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