Html Css Color HEX #AB10BA Deep Magenta

📋 copy color: '#AB10BA'

red 171 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #AB10BA

Tints of Deep Magenta #AB10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 45.84%
G = 4.29%
B = 49.87%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB10BA (or 0xAB10BA) is known color: Deep Magenta. HEX triplet: AB, 10 and BA. RGB value is (171,16,186). Sum of RGB (Red+Green+Blue) = 171+16+186=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10BA is #54EF45. Grayscale: #515151. Windows color (decimal): -5566278 or 12193963. OLE color: 12193963.

HSL color Cylindrical-coordinate representation of color #AB10BA: hue angle of 294.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB10BA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 16 186 -
CMYK 0.08 0.91 0 0.27
HSL 294.71º 0.84% 0.4% -
HSV(B) 294.71º 0.91% 0.73% -
XYZ 25.84 12.57 47.52 -
YUV 81.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 171 16 186 0.08 0.91 0 0.27 294.71 0.84 0.4
Hex AB 10 BA 8 5B 0 1B 127 54 28
Octal 253 20 272 10 133 0 33 447 124 50
Binary 10101011 10000 10111010 1000 1011011 0 11011 100100111 1010100 101000

Color Harmonies of #AB10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10BA

Black with #AB10BA

Text Example


Text Example

White with #AB10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10BA; }

 p { color: rgb(171,16,186); }

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

background-color css

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

 a { background-color: rgb(171,16,186); }

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

border-color css

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

 span { border-color: rgb(171,16,186); }

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