Html Css Color HEX #AB00B9 Deep Magenta

📋 copy color: '#AB00B9'

red 171 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #AB00B9

Tints of Deep Magenta #AB00B9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 185 (72.66% from 255) = 51.97%

R = 48.03%
G = 0%
B = 51.97%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB00B9 (or 0xAB00B9) is known color: Deep Magenta. HEX triplet: AB, 00 and B9. RGB value is (171,0,185). Sum of RGB (Red+Green+Blue) = 171+0+185=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB00B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00B9 is #54FF46. Grayscale: #474747. Windows color (decimal): -5570375 or 12124331. OLE color: 12124331.

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

Color convert

RGB 171 0 185 -
CMYK 0.08 1 0 0.27
HSL 295.46º 1% 0.36% -
HSV(B) 295.46º 1% 0.73% -
XYZ 25.55 12.16 46.9 -
YUV 72.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 171 0 185 0.08 1 0 0.27 295.46 1 0.36
Hex AB 0 B9 8 64 0 1B 127 64 24
Octal 253 0 271 10 144 0 33 447 144 44
Binary 10101011 0 10111001 1000 1100100 0 11011 100100111 1100100 100100

Color Harmonies of #AB00B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00B9

Black with #AB00B9

Text Example


Text Example

White with #AB00B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00B9; }

 p { color: rgb(171,0,185); }

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

background-color css

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

 a { background-color: rgb(171,0,185); }

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

border-color css

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

 span { border-color: rgb(171,0,185); }

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