Html Css Color HEX #AB0AA5 Dark Magenta

📋 copy color: '#AB0AA5'

red 171 ◦ green 10 ◦ blue 165

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

Shades of Dark Magenta #AB0AA5

Tints of Dark Magenta #AB0AA5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

 BLUE value IS 165 (64.84% from 255) = 47.69%

R = 49.42%
G = 2.89%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB0AA5 (or 0xAB0AA5) is known color: Dark Magenta. HEX triplet: AB, 0A and A5. RGB value is (171,10,165). Sum of RGB (Red+Green+Blue) = 171+10+165=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0AA5 is #54F55A. Grayscale: #4B4B4B. Windows color (decimal): -5567835 or 10816171. OLE color: 10816171.

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

Color convert

RGB 171 10 165 -
CMYK 0 0.94 0.04 0.33
HSL 302.24º 0.89% 0.35% -
HSV(B) 302.24º 0.94% 0.67% -
XYZ 23.69 11.59 36.59 -
YUV 75.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 171 10 165 0 0.94 0.04 0.33 302.24 0.89 0.35
Hex AB A A5 0 5E 4 21 12E 59 23
Octal 253 12 245 0 136 4 41 456 131 43
Binary 10101011 1010 10100101 0 1011110 100 100001 100101110 1011001 100011

Color Harmonies of #AB0AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0AA5

Black with #AB0AA5

Text Example


Text Example

White with #AB0AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0AA5; }

 p { color: rgb(171,10,165); }

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

background-color css

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

 a { background-color: rgb(171,10,165); }

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

border-color css

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

 span { border-color: rgb(171,10,165); }

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