Html Css Color HEX #A60F8A Dark Magenta

📋 copy color: '#A60F8A'

red 166 ◦ green 15 ◦ blue 138

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

Shades of Dark Magenta #A60F8A

Tints of Dark Magenta #A60F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 52.04%
G = 4.7%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A60F8A (or 0xA60F8A) is known color: Dark Magenta. HEX triplet: A6, 0F and 8A. RGB value is (166,15,138). Sum of RGB (Red+Green+Blue) = 166+15+138=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60F8A is #59F075. Grayscale: #494949. Windows color (decimal): -5894262 or 9047974. OLE color: 9047974.

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

Color convert

RGB 166 15 138 -
CMYK 0 0.91 0.17 0.35
HSL 311.13º 0.83% 0.35% -
HSV(B) 311.13º 0.91% 0.65% -
XYZ 20.48 10.28 24.95 -
YUV 74.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 166 15 138 0 0.91 0.17 0.35 311.13 0.83 0.35
Hex A6 F 8A 0 5B 11 23 137 53 23
Octal 246 17 212 0 133 21 43 467 123 43
Binary 10100110 1111 10001010 0 1011011 10001 100011 100110111 1010011 100011

Color Harmonies of #A60F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F8A

Black with #A60F8A

Text Example


Text Example

White with #A60F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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