Html Css Color HEX #AB0994 Dark Magenta

📋 copy color: '#AB0994'

red 171 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #AB0994

Tints of Dark Magenta #AB0994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 52.13%
G = 2.74%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB0994 (or 0xAB0994) is known color: Dark Magenta. HEX triplet: AB, 09 and 94. RGB value is (171,9,148). Sum of RGB (Red+Green+Blue) = 171+9+148=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0994 is #54F66B. Grayscale: #484848. Windows color (decimal): -5568108 or 9701803. OLE color: 9701803.

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

Color convert

RGB 171 9 148 -
CMYK 0 0.95 0.13 0.33
HSL 308.52º 0.9% 0.35% -
HSV(B) 308.52º 0.95% 0.67% -
XYZ 22.24 10.99 28.97 -
YUV 73.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 171 9 148 0 0.95 0.13 0.33 308.52 0.9 0.35
Hex AB 9 94 0 5F D 21 135 5A 23
Octal 253 11 224 0 137 15 41 465 132 43
Binary 10101011 1001 10010100 0 1011111 1101 100001 100110101 1011010 100011

Color Harmonies of #AB0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0994

Black with #AB0994

Text Example


Text Example

White with #AB0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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