Html Css Color HEX #A607AE Dark Magenta

📋 copy color: '#A607AE'

red 166 ◦ green 7 ◦ blue 174

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

Shades of Dark Magenta #A607AE

Tints of Dark Magenta #A607AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 47.84%
G = 2.02%
B = 50.14%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A607AE (or 0xA607AE) is known color: Dark Magenta. HEX triplet: A6, 07 and AE. RGB value is (166,7,174). Sum of RGB (Red+Green+Blue) = 166+7+174=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #A607AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A607AE is #59F851. Grayscale: #494949. Windows color (decimal): -5896274 or 11405222. OLE color: 11405222.

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

Color convert

RGB 166 7 174 -
CMYK 0.05 0.96 0 0.32
HSL 297.13º 0.92% 0.35% -
HSV(B) 297.13º 0.96% 0.68% -
XYZ 23.44 11.31 40.99 -
YUV 73.58 184.68 193.92 -
System Red Green Blue C M Y K H S L
Decimal 166 7 174 0.05 0.96 0 0.32 297.13 0.92 0.35
Hex A6 7 AE 5 60 0 20 129 5C 23
Octal 246 7 256 5 140 0 40 451 134 43
Binary 10100110 111 10101110 101 1100000 0 100000 100101001 1011100 100011

Color Harmonies of #A607AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607AE

Black with #A607AE

Text Example


Text Example

White with #A607AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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