Html Css Color HEX #A61699 Dark Magenta

📋 copy color: '#A61699'

red 166 ◦ green 22 ◦ blue 153

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

Shades of Dark Magenta #A61699

Tints of Dark Magenta #A61699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.45%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 48.68%
G = 6.45%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A61699 (or 0xA61699) is known color: Dark Magenta. HEX triplet: A6, 16 and 99. RGB value is (166,22,153). Sum of RGB (Red+Green+Blue) = 166+22+153=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A61699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61699 is #59E966. Grayscale: #4F4F4F. Windows color (decimal): -5892455 or 10032806. OLE color: 10032806.

HSL color Cylindrical-coordinate representation of color #A61699: hue angle of 305.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61699 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 153 -
CMYK 0 0.87 0.08 0.35
HSL 305.42º 0.77% 0.37% -
HSV(B) 305.42º 0.87% 0.65% -
XYZ 21.76 10.98 31.11 -
YUV 79.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 166 22 153 0 0.87 0.08 0.35 305.42 0.77 0.37
Hex A6 16 99 0 57 8 23 131 4D 25
Octal 246 26 231 0 127 10 43 461 115 45
Binary 10100110 10110 10011001 0 1010111 1000 100011 100110001 1001101 100101

Color Harmonies of #A61699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61699

Black with #A61699

Text Example


Text Example

White with #A61699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61699; }

 p { color: rgb(166,22,153); }

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

background-color css

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

 a { background-color: rgb(166,22,153); }

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

border-color css

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

 span { border-color: rgb(166,22,153); }

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