Html Css Color HEX #A61DA2 Dark Magenta

📋 copy color: '#A61DA2'

red 166 ◦ green 29 ◦ blue 162

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

Shades of Dark Magenta #A61DA2

Tints of Dark Magenta #A61DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.12%

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 46.5%
G = 8.12%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A61DA2 (or 0xA61DA2) is known color: Dark Magenta. HEX triplet: A6, 1D and A2. RGB value is (166,29,162). Sum of RGB (Red+Green+Blue) = 166+29+162=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A61DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61DA2 is #59E25D. Grayscale: #545454. Windows color (decimal): -5890654 or 10624422. OLE color: 10624422.

HSL color Cylindrical-coordinate representation of color #A61DA2: hue angle of 301.75º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61DA2 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 162 -
CMYK 0 0.83 0.02 0.35
HSL 301.75º 0.7% 0.38% -
HSV(B) 301.75º 0.83% 0.65% -
XYZ 22.69 11.59 35.22 -
YUV 85.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 166 29 162 0 0.83 0.02 0.35 301.75 0.7 0.38
Hex A6 1D A2 0 53 2 23 12E 46 26
Octal 246 35 242 0 123 2 43 456 106 46
Binary 10100110 11101 10100010 0 1010011 10 100011 100101110 1000110 100110

Color Harmonies of #A61DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DA2

Black with #A61DA2

Text Example


Text Example

White with #A61DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DA2; }

 p { color: rgb(166,29,162); }

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

background-color css

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

 a { background-color: rgb(166,29,162); }

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

border-color css

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

 span { border-color: rgb(166,29,162); }

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