Html Css Color HEX #A00286 Dark Magenta

📋 copy color: '#A00286'

red 160 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #A00286

Tints of Dark Magenta #A00286

RGB

 RED value IS 160 (62.89% from 255) = 54.05%

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

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 54.05%
G = 0.68%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00286 (or 0xA00286) is known color: Dark Magenta. HEX triplet: A0, 02 and 86. RGB value is (160,2,134). Sum of RGB (Red+Green+Blue) = 160+2+134=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00286 is #5FFD79. Grayscale: #3F3F3F. Windows color (decimal): -6290810 or 8782496. OLE color: 8782496.

HSL color Cylindrical-coordinate representation of color #A00286: hue angle of 309.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00286 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 134 -
CMYK 0 0.99 0.16 0.37
HSL 309.87º 0.98% 0.32% -
HSV(B) 309.87º 0.99% 0.63% -
XYZ 18.82 9.24 23.35 -
YUV 64.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 160 2 134 0 0.99 0.16 0.37 309.87 0.98 0.32
Hex A0 2 86 0 63 10 25 136 62 20
Octal 240 2 206 0 143 20 45 466 142 40
Binary 10100000 10 10000110 0 1100011 10000 100101 100110110 1100010 100000

Color Harmonies of #A00286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00286

Black with #A00286

Text Example


Text Example

White with #A00286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00286; }

 p { color: rgb(160,2,134); }

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

background-color css

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

 a { background-color: rgb(160,2,134); }

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

border-color css

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

 span { border-color: rgb(160,2,134); }

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