Html Css Color HEX #A60285 Dark Magenta

📋 copy color: '#A60285'

red 166 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #A60285

Tints of Dark Magenta #A60285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 55.15%
G = 0.66%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A60285 (or 0xA60285) is known color: Dark Magenta. HEX triplet: A6, 02 and 85. RGB value is (166,2,133). Sum of RGB (Red+Green+Blue) = 166+2+133=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A60285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60285 is #59FD7A. Grayscale: #414141. Windows color (decimal): -5897595 or 8716966. OLE color: 8716966.

HSL color Cylindrical-coordinate representation of color #A60285: hue angle of 312.07º degrees, saturation: 0.98, 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 #A60285 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 133 -
CMYK 0 0.99 0.20 0.35
HSL 312.07º 0.98% 0.33% -
HSV(B) 312.07º 0.99% 0.65% -
XYZ 19.98 9.84 23.04 -
YUV 65.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 166 2 133 0 0.99 0.20 0.35 312.07 0.98 0.33
Hex A6 2 85 0 63 14 23 138 62 21
Octal 246 2 205 0 143 24 43 470 142 41
Binary 10100110 10 10000101 0 1100011 10100 100011 100111000 1100010 100001

Color Harmonies of #A60285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60285

Black with #A60285

Text Example


Text Example

White with #A60285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60285; }

 p { color: rgb(166,2,133); }

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

background-color css

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

 a { background-color: rgb(166,2,133); }

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

border-color css

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

 span { border-color: rgb(166,2,133); }

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