Html Css Color HEX #AB0096 Dark Magenta

📋 copy color: '#AB0096'

red 171 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #AB0096

Tints of Dark Magenta #AB0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 53.27%
G = 0%
B = 46.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB0096 (or 0xAB0096) is known color: Dark Magenta. HEX triplet: AB, 00 and 96. RGB value is (171,0,150). Sum of RGB (Red+Green+Blue) = 171+0+150=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0096 is #54FF69. Grayscale: #434343. Windows color (decimal): -5570410 or 9830571. OLE color: 9830571.

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

Color convert

RGB 171 0 150 -
CMYK 0 1 0.12 0.33
HSL 307.37º 1% 0.34% -
HSV(B) 307.37º 1% 0.67% -
XYZ 22.3 10.86 29.78 -
YUV 68.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 171 0 150 0 1 0.12 0.33 307.37 1 0.34
Hex AB 0 96 0 64 C 21 133 64 22
Octal 253 0 226 0 144 14 41 463 144 42
Binary 10101011 0 10010110 0 1100100 1100 100001 100110011 1100100 100010

Color Harmonies of #AB0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0096

Black with #AB0096

Text Example


Text Example

White with #AB0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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