Html Css Color HEX #AB0AB5 Deep Magenta

📋 copy color: '#AB0AB5'

red 171 ◦ green 10 ◦ blue 181

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

Shades of Deep Magenta #AB0AB5

Tints of Deep Magenta #AB0AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.76%

 BLUE value IS 181 (71.09% from 255) = 50%

R = 47.24%
G = 2.76%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB0AB5 (or 0xAB0AB5) is known color: Deep Magenta. HEX triplet: AB, 0A and B5. RGB value is (171,10,181). Sum of RGB (Red+Green+Blue) = 171+10+181=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB0AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0AB5 is #54F54A. Grayscale: #4D4D4D. Windows color (decimal): -5567819 or 11864747. OLE color: 11864747.

HSL color Cylindrical-coordinate representation of color #AB0AB5: hue angle of 296.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0AB5 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 10 181 -
CMYK 0.06 0.94 0 0.29
HSL 296.49º 0.9% 0.37% -
HSV(B) 296.49º 0.94% 0.71% -
XYZ 25.24 12.21 44.74 -
YUV 77.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 171 10 181 0.06 0.94 0 0.29 296.49 0.9 0.37
Hex AB A B5 6 5E 0 1D 128 5A 25
Octal 253 12 265 6 136 0 35 450 132 45
Binary 10101011 1010 10110101 110 1011110 0 11101 100101000 1011010 100101

Color Harmonies of #AB0AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0AB5

Black with #AB0AB5

Text Example


Text Example

White with #AB0AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0AB5; }

 p { color: rgb(171,10,181); }

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

background-color css

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

 a { background-color: rgb(171,10,181); }

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

border-color css

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

 span { border-color: rgb(171,10,181); }

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