Html Css Color HEX #AB0090 Dark Magenta

📋 copy color: '#AB0090'

red 171 ◦ green 0 ◦ blue 144

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

Shades of Dark Magenta #AB0090

Tints of Dark Magenta #AB0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB0090 (or 0xAB0090) is known color: Dark Magenta. HEX triplet: AB, 00 and 90. RGB value is (171,0,144). Sum of RGB (Red+Green+Blue) = 171+0+144=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0090 is #54FF6F. Grayscale: #434343. Windows color (decimal): -5570416 or 9437355. OLE color: 9437355.

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

Color convert

RGB 171 0 144 -
CMYK 0 1 0.16 0.33
HSL 309.47º 1% 0.34% -
HSV(B) 309.47º 1% 0.67% -
XYZ 21.83 10.67 27.29 -
YUV 67.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 171 0 144 0 1 0.16 0.33 309.47 1 0.34
Hex AB 0 90 0 64 10 21 135 64 22
Octal 253 0 220 0 144 20 41 465 144 42
Binary 10101011 0 10010000 0 1100100 10000 100001 100110101 1100100 100010

Color Harmonies of #AB0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0090

Black with #AB0090

Text Example


Text Example

White with #AB0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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