Html Css Color HEX #A60FAA Dark Magenta

📋 copy color: '#A60FAA'

red 166 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A60FAA

Tints of Dark Magenta #A60FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 47.29%
G = 4.27%
B = 48.43%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60FAA (or 0xA60FAA) is known color: Dark Magenta. HEX triplet: A6, 0F and AA. RGB value is (166,15,170). Sum of RGB (Red+Green+Blue) = 166+15+170=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A60FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAA is #59F055. Grayscale: #4D4D4D. Windows color (decimal): -5894230 or 11145126. OLE color: 11145126.

HSL color Cylindrical-coordinate representation of color #A60FAA: hue angle of 298.45º 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 #A60FAA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 15 170 -
CMYK 0.02 0.91 0 0.33
HSL 298.45º 0.84% 0.36% -
HSV(B) 298.45º 0.91% 0.67% -
XYZ 23.15 11.35 39 -
YUV 77.82 180.03 190.9 -
System Red Green Blue C M Y K H S L
Decimal 166 15 170 0.02 0.91 0 0.33 298.45 0.84 0.36
Hex A6 F AA 2 5B 0 21 12A 54 24
Octal 246 17 252 2 133 0 41 452 124 44
Binary 10100110 1111 10101010 10 1011011 0 100001 100101010 1010100 100100

Color Harmonies of #A60FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FAA

Black with #A60FAA

Text Example


Text Example

White with #A60FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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