Html Css Color HEX #A60FA5 Dark Magenta

📋 copy color: '#A60FA5'

red 166 ◦ green 15 ◦ blue 165

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

Shades of Dark Magenta #A60FA5

Tints of Dark Magenta #A60FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.69%

R = 47.98%
G = 4.34%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A60FA5 (or 0xA60FA5) is known color: Dark Magenta. HEX triplet: A6, 0F and A5. RGB value is (166,15,165). Sum of RGB (Red+Green+Blue) = 166+15+165=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A60FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FA5 is #59F05A. Grayscale: #4C4C4C. Windows color (decimal): -5894235 or 10817446. OLE color: 10817446.

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

Color convert

RGB 166 15 165 -
CMYK 0 0.91 0.01 0.35
HSL 300.4º 0.83% 0.35% -
HSV(B) 300.4º 0.91% 0.65% -
XYZ 22.69 11.17 36.56 -
YUV 77.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 166 15 165 0 0.91 0.01 0.35 300.4 0.83 0.35
Hex A6 F A5 0 5B 1 23 12C 53 23
Octal 246 17 245 0 133 1 43 454 123 43
Binary 10100110 1111 10100101 0 1011011 1 100011 100101100 1010011 100011

Color Harmonies of #A60FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FA5

Black with #A60FA5

Text Example


Text Example

White with #A60FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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