Html Css Color HEX #A60FAB Dark Magenta

📋 copy color: '#A60FAB'

red 166 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A60FAB

Tints of Dark Magenta #A60FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.26%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 47.16%
G = 4.26%
B = 48.58%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60FAB (or 0xA60FAB) is known color: Dark Magenta. HEX triplet: A6, 0F and AB. RGB value is (166,15,171). Sum of RGB (Red+Green+Blue) = 166+15+171=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #A60FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAB is #59F054. Grayscale: #4D4D4D. Windows color (decimal): -5894229 or 11210662. OLE color: 11210662.

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

Color convert

RGB 166 15 171 -
CMYK 0.03 0.91 0 0.33
HSL 298.08º 0.84% 0.36% -
HSV(B) 298.08º 0.91% 0.67% -
XYZ 23.25 11.39 39.5 -
YUV 77.93 180.53 190.82 -
System Red Green Blue C M Y K H S L
Decimal 166 15 171 0.03 0.91 0 0.33 298.08 0.84 0.36
Hex A6 F AB 3 5B 0 21 12A 54 24
Octal 246 17 253 3 133 0 41 452 124 44
Binary 10100110 1111 10101011 11 1011011 0 100001 100101010 1010100 100100

Color Harmonies of #A60FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FAB

Black with #A60FAB

Text Example


Text Example

White with #A60FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FAB; }

 p { color: rgb(166,15,171); }

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

background-color css

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

 a { background-color: rgb(166,15,171); }

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

border-color css

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

 span { border-color: rgb(166,15,171); }

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