Html Css Color HEX #A606AE Dark Magenta

📋 copy color: '#A606AE'

red 166 ◦ green 6 ◦ blue 174

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

Shades of Dark Magenta #A606AE

Tints of Dark Magenta #A606AE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 47.98%
G = 1.73%
B = 50.29%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A606AE (or 0xA606AE) is known color: Dark Magenta. HEX triplet: A6, 06 and AE. RGB value is (166,6,174). Sum of RGB (Red+Green+Blue) = 166+6+174=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #A606AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A606AE is #59F951. Grayscale: #484848. Windows color (decimal): -5896530 or 11404966. OLE color: 11404966.

HSL color Cylindrical-coordinate representation of color #A606AE: hue angle of 297.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606AE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 6 174 -
CMYK 0.05 0.97 0 0.32
HSL 297.14º 0.93% 0.35% -
HSV(B) 297.14º 0.97% 0.68% -
XYZ 23.43 11.29 40.99 -
YUV 72.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 166 6 174 0.05 0.97 0 0.32 297.14 0.93 0.35
Hex A6 6 AE 5 61 0 20 129 5D 23
Octal 246 6 256 5 141 0 40 451 135 43
Binary 10100110 110 10101110 101 1100001 0 100000 100101001 1011101 100011

Color Harmonies of #A606AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606AE

Black with #A606AE

Text Example


Text Example

White with #A606AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606AE; }

 p { color: rgb(166,6,174); }

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

background-color css

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

 a { background-color: rgb(166,6,174); }

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

border-color css

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

 span { border-color: rgb(166,6,174); }

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