Html Css Color HEX #AB0B92 Dark Magenta

📋 copy color: '#AB0B92'

red 171 ◦ green 11 ◦ blue 146

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

Shades of Dark Magenta #AB0B92

Tints of Dark Magenta #AB0B92

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.35%

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

R = 52.13%
G = 3.35%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0B92 (or 0xAB0B92) is known color: Dark Magenta. HEX triplet: AB, 0B and 92. RGB value is (171,11,146). Sum of RGB (Red+Green+Blue) = 171+11+146=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B92 is #54F46D. Grayscale: #494949. Windows color (decimal): -5567598 or 9571243. OLE color: 9571243.

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

Color convert

RGB 171 11 146 -
CMYK 0 0.94 0.15 0.33
HSL 309.38º 0.88% 0.36% -
HSV(B) 309.38º 0.94% 0.67% -
XYZ 22.1 10.97 28.15 -
YUV 74.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 171 11 146 0 0.94 0.15 0.33 309.38 0.88 0.36
Hex AB B 92 0 5E F 21 135 58 24
Octal 253 13 222 0 136 17 41 465 130 44
Binary 10101011 1011 10010010 0 1011110 1111 100001 100110101 1011000 100100

Color Harmonies of #AB0B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B92

Black with #AB0B92

Text Example


Text Example

White with #AB0B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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