Html Css Color HEX #A607AC Dark Magenta

📋 copy color: '#A607AC'

red 166 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #A607AC

Tints of Dark Magenta #A607AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 48.12%
G = 2.03%
B = 49.86%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A607AC (or 0xA607AC) is known color: Dark Magenta. HEX triplet: A6, 07 and AC. RGB value is (166,7,172). Sum of RGB (Red+Green+Blue) = 166+7+172=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A607AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A607AC is #59F853. Grayscale: #484848. Windows color (decimal): -5896276 or 11274150. OLE color: 11274150.

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

Color convert

RGB 166 7 172 -
CMYK 0.03 0.96 0 0.33
HSL 297.82º 0.92% 0.35% -
HSV(B) 297.82º 0.96% 0.67% -
XYZ 23.25 11.24 39.97 -
YUV 73.35 183.68 194.08 -
System Red Green Blue C M Y K H S L
Decimal 166 7 172 0.03 0.96 0 0.33 297.82 0.92 0.35
Hex A6 7 AC 3 60 0 21 12A 5C 23
Octal 246 7 254 3 140 0 41 452 134 43
Binary 10100110 111 10101100 11 1100000 0 100001 100101010 1011100 100011

Color Harmonies of #A607AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607AC

Black with #A607AC

Text Example


Text Example

White with #A607AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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