Html Css Color HEX #AB00B4 Deep Magenta

📋 copy color: '#AB00B4'

red 171 ◦ green 0 ◦ blue 180

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

Shades of Deep Magenta #AB00B4

Tints of Deep Magenta #AB00B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 51.28%

R = 48.72%
G = 0%
B = 51.28%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB00B4 (or 0xAB00B4) is known color: Deep Magenta. HEX triplet: AB, 00 and B4. RGB value is (171,0,180). Sum of RGB (Red+Green+Blue) = 171+0+180=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB00B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00B4 is #54FF4B. Grayscale: #474747. Windows color (decimal): -5570380 or 11796651. OLE color: 11796651.

HSL color Cylindrical-coordinate representation of color #AB00B4: hue angle of 297º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00B4 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 0 180 -
CMYK 0.05 1 0 0.29
HSL 297º 1% 0.35% -
HSV(B) 297º 1% 0.71% -
XYZ 25.03 11.95 44.17 -
YUV 71.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 171 0 180 0.05 1 0 0.29 297 1 0.35
Hex AB 0 B4 5 64 0 1D 129 64 23
Octal 253 0 264 5 144 0 35 451 144 43
Binary 10101011 0 10110100 101 1100100 0 11101 100101001 1100100 100011

Color Harmonies of #AB00B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00B4

Black with #AB00B4

Text Example


Text Example

White with #AB00B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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