Html Css Color HEX #A612AD Dark Magenta

📋 copy color: '#A612AD'

red 166 ◦ green 18 ◦ blue 173

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

Shades of Dark Magenta #A612AD

Tints of Dark Magenta #A612AD

RGB

 RED value IS 166 (65.23% from 255) = 46.5%

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

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

R = 46.5%
G = 5.04%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A612AD (or 0xA612AD) is known color: Dark Magenta. HEX triplet: A6, 12 and AD. RGB value is (166,18,173). Sum of RGB (Red+Green+Blue) = 166+18+173=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A612AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A612AD is #59ED52. Grayscale: #4F4F4F. Windows color (decimal): -5893459 or 11342502. OLE color: 11342502.

HSL color Cylindrical-coordinate representation of color #A612AD: hue angle of 297.29º 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 #A612AD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 18 173 -
CMYK 0.04 0.90 0 0.32
HSL 297.29º 0.81% 0.37% -
HSV(B) 297.29º 0.9% 0.68% -
XYZ 23.49 11.56 40.53 -
YUV 79.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 166 18 173 0.04 0.90 0 0.32 297.29 0.81 0.37
Hex A6 12 AD 4 5A 0 20 129 51 25
Octal 246 22 255 4 132 0 40 451 121 45
Binary 10100110 10010 10101101 100 1011010 0 100000 100101001 1010001 100101

Color Harmonies of #A612AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612AD

Black with #A612AD

Text Example


Text Example

White with #A612AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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