Html Css Color HEX #AB0CBA Deep Magenta

📋 copy color: '#AB0CBA'

red 171 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #AB0CBA

Tints of Deep Magenta #AB0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

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

R = 46.34%
G = 3.25%
B = 50.41%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB0CBA (or 0xAB0CBA) is known color: Deep Magenta. HEX triplet: AB, 0C and BA. RGB value is (171,12,186). Sum of RGB (Red+Green+Blue) = 171+12+186=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CBA is #54F345. Grayscale: #4E4E4E. Windows color (decimal): -5567302 or 12192939. OLE color: 12192939.

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

Color convert

RGB 171 12 186 -
CMYK 0.08 0.94 0 0.27
HSL 294.83º 0.88% 0.39% -
HSV(B) 294.83º 0.94% 0.73% -
XYZ 25.79 12.47 47.5 -
YUV 79.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 171 12 186 0.08 0.94 0 0.27 294.83 0.88 0.39
Hex AB C BA 8 5E 0 1B 127 58 27
Octal 253 14 272 10 136 0 33 447 130 47
Binary 10101011 1100 10111010 1000 1011110 0 11011 100100111 1011000 100111

Color Harmonies of #AB0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CBA

Black with #AB0CBA

Text Example


Text Example

White with #AB0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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