Html Css Color HEX #A712AD Dark Magenta

📋 copy color: '#A712AD'

red 167 ◦ green 18 ◦ blue 173

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

Shades of Dark Magenta #A712AD

Tints of Dark Magenta #A712AD

RGB

 RED value IS 167 (65.63% from 255) = 46.65%

 GREEN value IS 18 (7.42% from 255) = 5.03%

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

R = 46.65%
G = 5.03%
B = 48.32%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A712AD (or 0xA712AD) is known color: Dark Magenta. HEX triplet: A7, 12 and AD. RGB value is (167,18,173). Sum of RGB (Red+Green+Blue) = 167+18+173=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #A712AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712AD is #58ED52. Grayscale: #4F4F4F. Windows color (decimal): -5827923 or 11342503. OLE color: 11342503.

HSL color Cylindrical-coordinate representation of color #A712AD: hue angle of 297.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712AD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 18 173 -
CMYK 0.03 0.90 0 0.32
HSL 297.68º 0.81% 0.37% -
HSV(B) 297.68º 0.9% 0.68% -
XYZ 23.7 11.67 40.54 -
YUV 80.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 167 18 173 0.03 0.90 0 0.32 297.68 0.81 0.37
Hex A7 12 AD 3 5A 0 20 12A 51 25
Octal 247 22 255 3 132 0 40 452 121 45
Binary 10100111 10010 10101101 11 1011010 0 100000 100101010 1010001 100101

Color Harmonies of #A712AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712AD

Black with #A712AD

Text Example


Text Example

White with #A712AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712AD; }

 p { color: rgb(167,18,173); }

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

background-color css

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

 a { background-color: rgb(167,18,173); }

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

border-color css

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

 span { border-color: rgb(167,18,173); }

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