Html Css Color HEX #A60FA2 Dark Magenta

📋 copy color: '#A60FA2'

red 166 ◦ green 15 ◦ blue 162

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

Shades of Dark Magenta #A60FA2

Tints of Dark Magenta #A60FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 48.4%
G = 4.37%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A60FA2 (or 0xA60FA2) is known color: Dark Magenta. HEX triplet: A6, 0F and A2. RGB value is (166,15,162). Sum of RGB (Red+Green+Blue) = 166+15+162=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A60FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FA2 is #59F05D. Grayscale: #4C4C4C. Windows color (decimal): -5894238 or 10620838. OLE color: 10620838.

HSL color Cylindrical-coordinate representation of color #A60FA2: hue angle of 301.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60FA2 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 15 162 -
CMYK 0 0.91 0.02 0.35
HSL 301.59º 0.83% 0.35% -
HSV(B) 301.59º 0.91% 0.65% -
XYZ 22.42 11.06 35.14 -
YUV 76.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 166 15 162 0 0.91 0.02 0.35 301.59 0.83 0.35
Hex A6 F A2 0 5B 2 23 12E 53 23
Octal 246 17 242 0 133 2 43 456 123 43
Binary 10100110 1111 10100010 0 1011011 10 100011 100101110 1010011 100011

Color Harmonies of #A60FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FA2

Black with #A60FA2

Text Example


Text Example

White with #A60FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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