Html Css Color HEX #AB0092 Dark Magenta

📋 copy color: '#AB0092'

red 171 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #AB0092

Tints of Dark Magenta #AB0092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 53.94%
G = 0%
B = 46.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0092 (or 0xAB0092) is known color: Dark Magenta. HEX triplet: AB, 00 and 92. RGB value is (171,0,146). Sum of RGB (Red+Green+Blue) = 171+0+146=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0092 is #54FF6D. Grayscale: #434343. Windows color (decimal): -5570414 or 9568427. OLE color: 9568427.

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

Color convert

RGB 171 0 146 -
CMYK 0 1 0.15 0.33
HSL 308.77º 1% 0.34% -
HSV(B) 308.77º 1% 0.67% -
XYZ 21.98 10.73 28.11 -
YUV 67.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 171 0 146 0 1 0.15 0.33 308.77 1 0.34
Hex AB 0 92 0 64 F 21 135 64 22
Octal 253 0 222 0 144 17 41 465 144 42
Binary 10101011 0 10010010 0 1100100 1111 100001 100110101 1100100 100010

Color Harmonies of #AB0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0092

Black with #AB0092

Text Example


Text Example

White with #AB0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0092; }

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

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

background-color css

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

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

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

border-color css

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

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

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