Html Css Color HEX #AB0AB4 Deep Magenta

📋 copy color: '#AB0AB4'

red 171 ◦ green 10 ◦ blue 180

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

Shades of Deep Magenta #AB0AB4

Tints of Deep Magenta #AB0AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 47.37%
G = 2.77%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB0AB4 (or 0xAB0AB4) is known color: Deep Magenta. HEX triplet: AB, 0A and B4. RGB value is (171,10,180). Sum of RGB (Red+Green+Blue) = 171+10+180=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB0AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0AB4 is #54F54B. Grayscale: #4D4D4D. Windows color (decimal): -5567820 or 11799211. OLE color: 11799211.

HSL color Cylindrical-coordinate representation of color #AB0AB4: hue angle of 296.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0AB4 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 10 180 -
CMYK 0.05 0.94 0 0.29
HSL 296.82º 0.89% 0.37% -
HSV(B) 296.82º 0.94% 0.71% -
XYZ 25.14 12.17 44.2 -
YUV 77.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 171 10 180 0.05 0.94 0 0.29 296.82 0.89 0.37
Hex AB A B4 5 5E 0 1D 129 59 25
Octal 253 12 264 5 136 0 35 451 131 45
Binary 10101011 1010 10110100 101 1011110 0 11101 100101001 1011001 100101

Color Harmonies of #AB0AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0AB4

Black with #AB0AB4

Text Example


Text Example

White with #AB0AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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