Html Css Color HEX #A60BAF Dark Magenta

📋 copy color: '#A60BAF'

red 166 ◦ green 11 ◦ blue 175

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

Shades of Dark Magenta #A60BAF

Tints of Dark Magenta #A60BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 47.16%
G = 3.13%
B = 49.72%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A60BAF (or 0xA60BAF) is known color: Dark Magenta. HEX triplet: A6, 0B and AF. RGB value is (166,11,175). Sum of RGB (Red+Green+Blue) = 166+11+175=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #A60BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAF is #59F450. Grayscale: #4B4B4B. Windows color (decimal): -5895249 or 11471782. OLE color: 11471782.

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

Color convert

RGB 166 11 175 -
CMYK 0.05 0.94 0 0.31
HSL 296.71º 0.88% 0.36% -
HSV(B) 296.71º 0.94% 0.69% -
XYZ 23.58 11.44 41.52 -
YUV 76.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 166 11 175 0.05 0.94 0 0.31 296.71 0.88 0.36
Hex A6 B AF 5 5E 0 1F 129 58 24
Octal 246 13 257 5 136 0 37 451 130 44
Binary 10100110 1011 10101111 101 1011110 0 11111 100101001 1011000 100100

Color Harmonies of #A60BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BAF

Black with #A60BAF

Text Example


Text Example

White with #A60BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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