Html Css Color HEX #AB0CAD Deep Magenta

📋 copy color: '#AB0CAD'

red 171 ◦ green 12 ◦ blue 173

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

Shades of Deep Magenta #AB0CAD

Tints of Deep Magenta #AB0CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 48.03%
G = 3.37%
B = 48.6%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB0CAD (or 0xAB0CAD) is known color: Deep Magenta. HEX triplet: AB, 0C and AD. RGB value is (171,12,173). Sum of RGB (Red+Green+Blue) = 171+12+173=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB0CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0CAD is #54F352. Grayscale: #4D4D4D. Windows color (decimal): -5567315 or 11340971. OLE color: 11340971.

HSL color Cylindrical-coordinate representation of color #AB0CAD: hue angle of 299.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0CAD is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 12 173 -
CMYK 0.01 0.93 0 0.32
HSL 299.25º 0.87% 0.36% -
HSV(B) 299.25º 0.93% 0.68% -
XYZ 24.47 11.94 40.55 -
YUV 77.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 171 12 173 0.01 0.93 0 0.32 299.25 0.87 0.36
Hex AB C AD 1 5D 0 20 12B 57 24
Octal 253 14 255 1 135 0 40 453 127 44
Binary 10101011 1100 10101101 1 1011101 0 100000 100101011 1010111 100100

Color Harmonies of #AB0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CAD

Black with #AB0CAD

Text Example


Text Example

White with #AB0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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