Html Css Color HEX #A61AAB Dark Magenta

📋 copy color: '#A61AAB'

red 166 ◦ green 26 ◦ blue 171

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

Shades of Dark Magenta #A61AAB

Tints of Dark Magenta #A61AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 45.73%
G = 7.16%
B = 47.11%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61AAB (or 0xA61AAB) is known color: Dark Magenta. HEX triplet: A6, 1A and AB. RGB value is (166,26,171). Sum of RGB (Red+Green+Blue) = 166+26+171=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A61AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61AAB is #59E554. Grayscale: #535353. Windows color (decimal): -5891413 or 11213478. OLE color: 11213478.

HSL color Cylindrical-coordinate representation of color #A61AAB: hue angle of 297.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61AAB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 26 171 -
CMYK 0.03 0.85 0 0.33
HSL 297.93º 0.74% 0.39% -
HSV(B) 297.93º 0.85% 0.67% -
XYZ 23.45 11.79 39.57 -
YUV 84.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 166 26 171 0.03 0.85 0 0.33 297.93 0.74 0.39
Hex A6 1A AB 3 55 0 21 12A 4A 27
Octal 246 32 253 3 125 0 41 452 112 47
Binary 10100110 11010 10101011 11 1010101 0 100001 100101010 1001010 100111

Color Harmonies of #A61AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AAB

Black with #A61AAB

Text Example


Text Example

White with #A61AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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