Html Css Color HEX #A60194 Dark Magenta

📋 copy color: '#A60194'

red 166 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #A60194

Tints of Dark Magenta #A60194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 52.7%
G = 0.32%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A60194 (or 0xA60194) is known color: Dark Magenta. HEX triplet: A6, 01 and 94. RGB value is (166,1,148). Sum of RGB (Red+Green+Blue) = 166+1+148=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A60194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60194 is #59FE6B. Grayscale: #424242. Windows color (decimal): -5897836 or 9699750. OLE color: 9699750.

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

Color convert

RGB 166 1 148 -
CMYK 0 0.99 0.11 0.35
HSL 306.55º 0.99% 0.33% -
HSV(B) 306.55º 0.99% 0.65% -
XYZ 21.08 10.27 28.89 -
YUV 67.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 166 1 148 0 0.99 0.11 0.35 306.55 0.99 0.33
Hex A6 1 94 0 63 B 23 133 63 21
Octal 246 1 224 0 143 13 43 463 143 41
Binary 10100110 1 10010100 0 1100011 1011 100011 100110011 1100011 100001

Color Harmonies of #A60194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60194

Black with #A60194

Text Example


Text Example

White with #A60194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60194; }

 p { color: rgb(166,1,148); }

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

background-color css

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

 a { background-color: rgb(166,1,148); }

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

border-color css

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

 span { border-color: rgb(166,1,148); }

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