Html Css Color HEX #A61BAA Dark Magenta

📋 copy color: '#A61BAA'

red 166 ◦ green 27 ◦ blue 170

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

Shades of Dark Magenta #A61BAA

Tints of Dark Magenta #A61BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 45.73%
G = 7.44%
B = 46.83%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61BAA (or 0xA61BAA) is known color: Dark Magenta. HEX triplet: A6, 1B and AA. RGB value is (166,27,170). Sum of RGB (Red+Green+Blue) = 166+27+170=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #A61BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61BAA is #59E455. Grayscale: #545454. Windows color (decimal): -5891158 or 11148198. OLE color: 11148198.

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

Color convert

RGB 166 27 170 -
CMYK 0.02 0.84 0 0.33
HSL 298.32º 0.73% 0.39% -
HSV(B) 298.32º 0.84% 0.67% -
XYZ 23.37 11.79 39.07 -
YUV 84.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 166 27 170 0.02 0.84 0 0.33 298.32 0.73 0.39
Hex A6 1B AA 2 54 0 21 12A 49 27
Octal 246 33 252 2 124 0 41 452 111 47
Binary 10100110 11011 10101010 10 1010100 0 100001 100101010 1001001 100111

Color Harmonies of #A61BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BAA

Black with #A61BAA

Text Example


Text Example

White with #A61BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BAA; }

 p { color: rgb(166,27,170); }

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

background-color css

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

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

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

border-color css

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

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

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