Html Css Color HEX #A80287 Dark Magenta

📋 copy color: '#A80287'

red 168 ◦ green 2 ◦ blue 135

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

Shades of Dark Magenta #A80287

Tints of Dark Magenta #A80287

RGB

 RED value IS 168 (66.02% from 255) = 55.08%

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 55.08%
G = 0.66%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A80287 (or 0xA80287) is known color: Dark Magenta. HEX triplet: A8, 02 and 87. RGB value is (168,2,135). Sum of RGB (Red+Green+Blue) = 168+2+135=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80287 is #57FD78. Grayscale: #424242. Windows color (decimal): -5766521 or 8848040. OLE color: 8848040.

HSL color Cylindrical-coordinate representation of color #A80287: hue angle of 311.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80287 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 135 -
CMYK 0 0.99 0.20 0.34
HSL 311.93º 0.98% 0.33% -
HSV(B) 311.93º 0.99% 0.66% -
XYZ 20.54 10.12 23.79 -
YUV 66.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 168 2 135 0 0.99 0.20 0.34 311.93 0.98 0.33
Hex A8 2 87 0 63 14 22 138 62 21
Octal 250 2 207 0 143 24 42 470 142 41
Binary 10101000 10 10000111 0 1100011 10100 100010 100111000 1100010 100001

Color Harmonies of #A80287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80287

Black with #A80287

Text Example


Text Example

White with #A80287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80287; }

 p { color: rgb(168,2,135); }

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

background-color css

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

 a { background-color: rgb(168,2,135); }

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

border-color css

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

 span { border-color: rgb(168,2,135); }

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