Html Css Color HEX #AB0CB7 Deep Magenta

📋 copy color: '#AB0CB7'

red 171 ◦ green 12 ◦ blue 183

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

Shades of Deep Magenta #AB0CB7

Tints of Deep Magenta #AB0CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50%

R = 46.72%
G = 3.28%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB0CB7 (or 0xAB0CB7) is known color: Deep Magenta. HEX triplet: AB, 0C and B7. RGB value is (171,12,183). Sum of RGB (Red+Green+Blue) = 171+12+183=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB0CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CB7 is #54F348. Grayscale: #4E4E4E. Windows color (decimal): -5567305 or 11996331. OLE color: 11996331.

HSL color Cylindrical-coordinate representation of color #AB0CB7: hue angle of 295.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0CB7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 12 183 -
CMYK 0.07 0.93 0 0.28
HSL 295.79º 0.88% 0.38% -
HSV(B) 295.79º 0.93% 0.72% -
XYZ 25.47 12.34 45.84 -
YUV 79.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 171 12 183 0.07 0.93 0 0.28 295.79 0.88 0.38
Hex AB C B7 7 5D 0 1C 128 58 26
Octal 253 14 267 7 135 0 34 450 130 46
Binary 10101011 1100 10110111 111 1011101 0 11100 100101000 1011000 100110

Color Harmonies of #AB0CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CB7

Black with #AB0CB7

Text Example


Text Example

White with #AB0CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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