Html Css Color HEX #A61FA0 Dark Magenta

📋 copy color: '#A61FA0'

red 166 ◦ green 31 ◦ blue 160

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

Shades of Dark Magenta #A61FA0

Tints of Dark Magenta #A61FA0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 46.5%
G = 8.68%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A61FA0 (or 0xA61FA0) is known color: Dark Magenta. HEX triplet: A6, 1F and A0. RGB value is (166,31,160). Sum of RGB (Red+Green+Blue) = 166+31+160=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A61FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61FA0 is #59E05F. Grayscale: #555555. Windows color (decimal): -5890144 or 10493862. OLE color: 10493862.

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

Color convert

RGB 166 31 160 -
CMYK 0 0.81 0.04 0.35
HSL 302.67º 0.69% 0.39% -
HSV(B) 302.67º 0.81% 0.65% -
XYZ 22.56 11.63 34.31 -
YUV 86.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 166 31 160 0 0.81 0.04 0.35 302.67 0.69 0.39
Hex A6 1F A0 0 51 4 23 12F 45 27
Octal 246 37 240 0 121 4 43 457 105 47
Binary 10100110 11111 10100000 0 1010001 100 100011 100101111 1000101 100111

Color Harmonies of #A61FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FA0

Black with #A61FA0

Text Example


Text Example

White with #A61FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FA0; }

 p { color: rgb(166,31,160); }

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

background-color css

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

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

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

border-color css

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

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

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