Html Css Color HEX #AB0EBA Deep Magenta

📋 copy color: '#AB0EBA'

red 171 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #AB0EBA

Tints of Deep Magenta #AB0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.77%

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

R = 46.09%
G = 3.77%
B = 50.13%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB0EBA (or 0xAB0EBA) is known color: Deep Magenta. HEX triplet: AB, 0E and BA. RGB value is (171,14,186). Sum of RGB (Red+Green+Blue) = 171+14+186=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EBA is #54F145. Grayscale: #505050. Windows color (decimal): -5566790 or 12193451. OLE color: 12193451.

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

Color convert

RGB 171 14 186 -
CMYK 0.08 0.92 0 0.27
HSL 294.77º 0.86% 0.39% -
HSV(B) 294.77º 0.92% 0.73% -
XYZ 25.81 12.52 47.51 -
YUV 80.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 171 14 186 0.08 0.92 0 0.27 294.77 0.86 0.39
Hex AB E BA 8 5C 0 1B 127 56 27
Octal 253 16 272 10 134 0 33 447 126 47
Binary 10101011 1110 10111010 1000 1011100 0 11011 100100111 1010110 100111

Color Harmonies of #AB0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EBA

Black with #AB0EBA

Text Example


Text Example

White with #AB0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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