Html Css Color HEX #A608AC Dark Magenta

📋 copy color: '#A608AC'

red 166 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #A608AC

Tints of Dark Magenta #A608AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 47.98%
G = 2.31%
B = 49.71%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A608AC (or 0xA608AC) is known color: Dark Magenta. HEX triplet: A6, 08 and AC. RGB value is (166,8,172). Sum of RGB (Red+Green+Blue) = 166+8+172=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #A608AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608AC is #59F753. Grayscale: #494949. Windows color (decimal): -5896020 or 11274406. OLE color: 11274406.

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

Color convert

RGB 166 8 172 -
CMYK 0.03 0.95 0 0.33
HSL 297.8º 0.91% 0.35% -
HSV(B) 297.8º 0.95% 0.67% -
XYZ 23.26 11.26 39.98 -
YUV 73.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 166 8 172 0.03 0.95 0 0.33 297.8 0.91 0.35
Hex A6 8 AC 3 5F 0 21 12A 5B 23
Octal 246 10 254 3 137 0 41 452 133 43
Binary 10100110 1000 10101100 11 1011111 0 100001 100101010 1011011 100011

Color Harmonies of #A608AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608AC

Black with #A608AC

Text Example


Text Example

White with #A608AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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