Html Css Color HEX #A61A9E Dark Magenta

📋 copy color: '#A61A9E'

red 166 ◦ green 26 ◦ blue 158

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

Shades of Dark Magenta #A61A9E

Tints of Dark Magenta #A61A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 47.43%
G = 7.43%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A61A9E (or 0xA61A9E) is known color: Dark Magenta. HEX triplet: A6, 1A and 9E. RGB value is (166,26,158). Sum of RGB (Red+Green+Blue) = 166+26+158=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A9E is #59E561. Grayscale: #525252. Windows color (decimal): -5891426 or 10361510. OLE color: 10361510.

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

Color convert

RGB 166 26 158 -
CMYK 0 0.84 0.05 0.35
HSL 303.43º 0.73% 0.38% -
HSV(B) 303.43º 0.84% 0.65% -
XYZ 22.27 11.31 33.36 -
YUV 82.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 166 26 158 0 0.84 0.05 0.35 303.43 0.73 0.38
Hex A6 1A 9E 0 54 5 23 12F 49 26
Octal 246 32 236 0 124 5 43 457 111 46
Binary 10100110 11010 10011110 0 1010100 101 100011 100101111 1001001 100110

Color Harmonies of #A61A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A9E

Black with #A61A9E

Text Example


Text Example

White with #A61A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A9E; }

 p { color: rgb(166,26,158); }

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

background-color css

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

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

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

border-color css

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

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

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