Html Css Color HEX #AB0094 Dark Magenta

📋 copy color: '#AB0094'

red 171 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #AB0094

Tints of Dark Magenta #AB0094

RGB

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

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

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

R = 53.61%
G = 0%
B = 46.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB0094 (or 0xAB0094) is known color: Dark Magenta. HEX triplet: AB, 00 and 94. RGB value is (171,0,148). Sum of RGB (Red+Green+Blue) = 171+0+148=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0094 is #54FF6B. Grayscale: #434343. Windows color (decimal): -5570412 or 9699499. OLE color: 9699499.

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

Color convert

RGB 171 0 148 -
CMYK 0 1 0.13 0.33
HSL 308.07º 1% 0.34% -
HSV(B) 308.07º 1% 0.67% -
XYZ 22.14 10.8 28.93 -
YUV 68 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 171 0 148 0 1 0.13 0.33 308.07 1 0.34
Hex AB 0 94 0 64 D 21 134 64 22
Octal 253 0 224 0 144 15 41 464 144 42
Binary 10101011 0 10010100 0 1100100 1101 100001 100110100 1100100 100010

Color Harmonies of #AB0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0094

Black with #AB0094

Text Example


Text Example

White with #AB0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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