Html Css Color HEX #AB0C95 Dark Magenta

📋 copy color: '#AB0C95'

red 171 ◦ green 12 ◦ blue 149

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

Shades of Dark Magenta #AB0C95

Tints of Dark Magenta #AB0C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 51.51%
G = 3.61%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB0C95 (or 0xAB0C95) is known color: Dark Magenta. HEX triplet: AB, 0C and 95. RGB value is (171,12,149). Sum of RGB (Red+Green+Blue) = 171+12+149=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C95 is #54F36A. Grayscale: #4A4A4A. Windows color (decimal): -5567339 or 9768107. OLE color: 9768107.

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

Color convert

RGB 171 12 149 -
CMYK 0 0.93 0.13 0.33
HSL 308.3º 0.87% 0.36% -
HSV(B) 308.3º 0.93% 0.67% -
XYZ 22.35 11.09 29.4 -
YUV 75.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 171 12 149 0 0.93 0.13 0.33 308.3 0.87 0.36
Hex AB C 95 0 5D D 21 134 57 24
Octal 253 14 225 0 135 15 41 464 127 44
Binary 10101011 1100 10010101 0 1011101 1101 100001 100110100 1010111 100100

Color Harmonies of #AB0C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C95

Black with #AB0C95

Text Example


Text Example

White with #AB0C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C95; }

 p { color: rgb(171,12,149); }

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

background-color css

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

 a { background-color: rgb(171,12,149); }

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

border-color css

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

 span { border-color: rgb(171,12,149); }

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