Html Css Color HEX #A60088 Dark Magenta

📋 copy color: '#A60088'

red 166 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #A60088

Tints of Dark Magenta #A60088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 54.97%
G = 0%
B = 45.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A60088 (or 0xA60088) is known color: Dark Magenta. HEX triplet: A6, 00 and 88. RGB value is (166,0,136). Sum of RGB (Red+Green+Blue) = 166+0+136=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A60088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60088 is #59FF77. Grayscale: #404040. Windows color (decimal): -5898104 or 8913062. OLE color: 8913062.

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

Color convert

RGB 166 0 136 -
CMYK 0 1 0.18 0.35
HSL 310.84º 1% 0.33% -
HSV(B) 310.84º 1% 0.65% -
XYZ 20.17 9.88 24.14 -
YUV 65.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 166 0 136 0 1 0.18 0.35 310.84 1 0.33
Hex A6 0 88 0 64 12 23 137 64 21
Octal 246 0 210 0 144 22 43 467 144 41
Binary 10100110 0 10001000 0 1100100 10010 100011 100110111 1100100 100001

Color Harmonies of #A60088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60088

Black with #A60088

Text Example


Text Example

White with #A60088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60088; }

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

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

background-color css

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

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

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

border-color css

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

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

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