Html Css Color HEX #AB0DB3 Deep Magenta

📋 copy color: '#AB0DB3'

red 171 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #AB0DB3

Tints of Deep Magenta #AB0DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.31%

R = 47.11%
G = 3.58%
B = 49.31%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB0DB3 (or 0xAB0DB3) is known color: Deep Magenta. HEX triplet: AB, 0D and B3. RGB value is (171,13,179). Sum of RGB (Red+Green+Blue) = 171+13+179=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB0DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DB3 is #54F24C. Grayscale: #4E4E4E. Windows color (decimal): -5567053 or 11734443. OLE color: 11734443.

HSL color Cylindrical-coordinate representation of color #AB0DB3: hue angle of 297.11º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DB3 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 13 179 -
CMYK 0.04 0.93 0 0.30
HSL 297.11º 0.86% 0.38% -
HSV(B) 297.11º 0.93% 0.7% -
XYZ 25.08 12.2 43.68 -
YUV 79.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 171 13 179 0.04 0.93 0 0.30 297.11 0.86 0.38
Hex AB D B3 4 5D 0 1E 129 56 26
Octal 253 15 263 4 135 0 36 451 126 46
Binary 10101011 1101 10110011 100 1011101 0 11110 100101001 1010110 100110

Color Harmonies of #AB0DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DB3

Black with #AB0DB3

Text Example


Text Example

White with #AB0DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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