Html Css Color HEX #AB0DB4 Deep Magenta

📋 copy color: '#AB0DB4'

red 171 ◦ green 13 ◦ blue 180

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

Shades of Deep Magenta #AB0DB4

Tints of Deep Magenta #AB0DB4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.57%

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

R = 46.98%
G = 3.57%
B = 49.45%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB0DB4 (or 0xAB0DB4) is known color: Deep Magenta. HEX triplet: AB, 0D and B4. RGB value is (171,13,180). Sum of RGB (Red+Green+Blue) = 171+13+180=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB0DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DB4 is #54F24B. Grayscale: #4E4E4E. Windows color (decimal): -5567052 or 11799979. OLE color: 11799979.

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

Color convert

RGB 171 13 180 -
CMYK 0.05 0.93 0 0.29
HSL 296.77º 0.87% 0.38% -
HSV(B) 296.77º 0.93% 0.71% -
XYZ 25.18 12.24 44.22 -
YUV 79.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 171 13 180 0.05 0.93 0 0.29 296.77 0.87 0.38
Hex AB D B4 5 5D 0 1D 129 57 26
Octal 253 15 264 5 135 0 35 451 127 46
Binary 10101011 1101 10110100 101 1011101 0 11101 100101001 1010111 100110

Color Harmonies of #AB0DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DB4

Black with #AB0DB4

Text Example


Text Example

White with #AB0DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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