Html Css Color HEX #AB0192 Dark Magenta

📋 copy color: '#AB0192'

red 171 ◦ green 1 ◦ blue 146

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

Shades of Dark Magenta #AB0192

Tints of Dark Magenta #AB0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 53.77%
G = 0.31%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0192 (or 0xAB0192) is known color: Dark Magenta. HEX triplet: AB, 01 and 92. RGB value is (171,1,146). Sum of RGB (Red+Green+Blue) = 171+1+146=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0192 is #54FE6D. Grayscale: #434343. Windows color (decimal): -5570158 or 9568683. OLE color: 9568683.

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

Color convert

RGB 171 1 146 -
CMYK 0 0.99 0.15 0.33
HSL 308.82º 0.99% 0.34% -
HSV(B) 308.82º 0.99% 0.67% -
XYZ 21.99 10.75 28.11 -
YUV 68.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 171 1 146 0 0.99 0.15 0.33 308.82 0.99 0.34
Hex AB 1 92 0 63 F 21 135 63 22
Octal 253 1 222 0 143 17 41 465 143 42
Binary 10101011 1 10010010 0 1100011 1111 100001 100110101 1100011 100010

Color Harmonies of #AB0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0192

Black with #AB0192

Text Example


Text Example

White with #AB0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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