Html Css Color HEX #A610A1 Dark Magenta

📋 copy color: '#A610A1'

red 166 ◦ green 16 ◦ blue 161

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

Shades of Dark Magenta #A610A1

Tints of Dark Magenta #A610A1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 161 (63.28% from 255) = 46.94%

R = 48.4%
G = 4.66%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A610A1 (or 0xA610A1) is known color: Dark Magenta. HEX triplet: A6, 10 and A1. RGB value is (166,16,161). Sum of RGB (Red+Green+Blue) = 166+16+161=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A610A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610A1 is #59EF5E. Grayscale: #4C4C4C. Windows color (decimal): -5893983 or 10555558. OLE color: 10555558.

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

Color convert

RGB 166 16 161 -
CMYK 0 0.90 0.03 0.35
HSL 302º 0.82% 0.36% -
HSV(B) 302º 0.9% 0.65% -
XYZ 22.34 11.05 34.67 -
YUV 77.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 166 16 161 0 0.90 0.03 0.35 302 0.82 0.36
Hex A6 10 A1 0 5A 3 23 12E 52 24
Octal 246 20 241 0 132 3 43 456 122 44
Binary 10100110 10000 10100001 0 1011010 11 100011 100101110 1010010 100100

Color Harmonies of #A610A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610A1

Black with #A610A1

Text Example


Text Example

White with #A610A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610A1; }

 p { color: rgb(166,16,161); }

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

background-color css

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

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

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

border-color css

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

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

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