Html Css Color HEX #A61EA6 Dark Magenta

📋 copy color: '#A61EA6'

red 166 ◦ green 30 ◦ blue 166

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

Shades of Dark Magenta #A61EA6

Tints of Dark Magenta #A61EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 45.86%
G = 8.29%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A61EA6 (or 0xA61EA6) is known color: Dark Magenta. HEX triplet: A6, 1E and A6. RGB value is (166,30,166). Sum of RGB (Red+Green+Blue) = 166+30+166=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A61EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61EA6 is #59E159. Grayscale: #555555. Windows color (decimal): -5890394 or 10886822. OLE color: 10886822.

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

Color convert

RGB 166 30 166 -
CMYK 0 0.82 0 0.35
HSL 300º 0.69% 0.38% -
HSV(B) 300º 0.82% 0.65% -
XYZ 23.07 11.79 37.14 -
YUV 86.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 166 30 166 0 0.82 0 0.35 300 0.69 0.38
Hex A6 1E A6 0 52 0 23 12C 45 26
Octal 246 36 246 0 122 0 43 454 105 46
Binary 10100110 11110 10100110 0 1010010 0 100011 100101100 1000101 100110

Color Harmonies of #A61EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EA6

Black with #A61EA6

Text Example


Text Example

White with #A61EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EA6; }

 p { color: rgb(166,30,166); }

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

background-color css

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

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

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

border-color css

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

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

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