Html Css Color HEX #A60093 Dark Magenta

📋 copy color: '#A60093'

red 166 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #A60093

Tints of Dark Magenta #A60093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 53.04%
G = 0%
B = 46.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A60093 (or 0xA60093) is known color: Dark Magenta. HEX triplet: A6, 00 and 93. RGB value is (166,0,147). Sum of RGB (Red+Green+Blue) = 166+0+147=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A60093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60093 is #59FF6C. Grayscale: #414141. Windows color (decimal): -5898093 or 9633958. OLE color: 9633958.

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

Color convert

RGB 166 0 147 -
CMYK 0 1 0.11 0.35
HSL 306.87º 1% 0.33% -
HSV(B) 306.87º 1% 0.65% -
XYZ 20.99 10.21 28.47 -
YUV 66.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 166 0 147 0 1 0.11 0.35 306.87 1 0.33
Hex A6 0 93 0 64 B 23 133 64 21
Octal 246 0 223 0 144 13 43 463 144 41
Binary 10100110 0 10010011 0 1100100 1011 100011 100110011 1100100 100001

Color Harmonies of #A60093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60093

Black with #A60093

Text Example


Text Example

White with #A60093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60093; }

 p { color: rgb(166,0,147); }

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

background-color css

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

 a { background-color: rgb(166,0,147); }

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

border-color css

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

 span { border-color: rgb(166,0,147); }

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