Html Css Color HEX #A60BAC Dark Magenta

📋 copy color: '#A60BAC'

red 166 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A60BAC

Tints of Dark Magenta #A60BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

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

R = 47.56%
G = 3.15%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60BAC (or 0xA60BAC) is known color: Dark Magenta. HEX triplet: A6, 0B and AC. RGB value is (166,11,172). Sum of RGB (Red+Green+Blue) = 166+11+172=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAC is #59F453. Grayscale: #4B4B4B. Windows color (decimal): -5895252 or 11275174. OLE color: 11275174.

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

Color convert

RGB 166 11 172 -
CMYK 0.03 0.94 0 0.33
HSL 297.76º 0.88% 0.36% -
HSV(B) 297.76º 0.94% 0.67% -
XYZ 23.29 11.32 39.99 -
YUV 75.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 166 11 172 0.03 0.94 0 0.33 297.76 0.88 0.36
Hex A6 B AC 3 5E 0 21 12A 58 24
Octal 246 13 254 3 136 0 41 452 130 44
Binary 10100110 1011 10101100 11 1011110 0 100001 100101010 1011000 100100

Color Harmonies of #A60BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BAC

Black with #A60BAC

Text Example


Text Example

White with #A60BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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