Html Css Color HEX #AB0892 Dark Magenta

📋 copy color: '#AB0892'

red 171 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #AB0892

Tints of Dark Magenta #AB0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.46%

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

R = 52.62%
G = 2.46%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0892 (or 0xAB0892) is known color: Dark Magenta. HEX triplet: AB, 08 and 92. RGB value is (171,8,146). Sum of RGB (Red+Green+Blue) = 171+8+146=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0892 is #54F76D. Grayscale: #484848. Windows color (decimal): -5568366 or 9570475. OLE color: 9570475.

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

Color convert

RGB 171 8 146 -
CMYK 0 0.95 0.15 0.33
HSL 309.2º 0.91% 0.35% -
HSV(B) 309.2º 0.95% 0.67% -
XYZ 22.07 10.91 28.14 -
YUV 72.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 171 8 146 0 0.95 0.15 0.33 309.2 0.91 0.35
Hex AB 8 92 0 5F F 21 135 5B 23
Octal 253 10 222 0 137 17 41 465 133 43
Binary 10101011 1000 10010010 0 1011111 1111 100001 100110101 1011011 100011

Color Harmonies of #AB0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0892

Black with #AB0892

Text Example


Text Example

White with #AB0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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