Html Css Color HEX #A80285 Dark Magenta

📋 copy color: '#A80285'

red 168 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #A80285

Tints of Dark Magenta #A80285

RGB

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

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

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

R = 55.45%
G = 0.66%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A80285 (or 0xA80285) is known color: Dark Magenta. HEX triplet: A8, 02 and 85. RGB value is (168,2,133). Sum of RGB (Red+Green+Blue) = 168+2+133=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A80285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80285 is #57FD7A. Grayscale: #424242. Windows color (decimal): -5766523 or 8716968. OLE color: 8716968.

HSL color Cylindrical-coordinate representation of color #A80285: hue angle of 312.65º 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 #A80285 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 133 -
CMYK 0 0.99 0.21 0.34
HSL 312.65º 0.98% 0.33% -
HSV(B) 312.65º 0.99% 0.66% -
XYZ 20.4 10.06 23.06 -
YUV 66.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 168 2 133 0 0.99 0.21 0.34 312.65 0.98 0.33
Hex A8 2 85 0 63 15 22 139 62 21
Octal 250 2 205 0 143 25 42 471 142 41
Binary 10101000 10 10000101 0 1100011 10101 100010 100111001 1100010 100001

Color Harmonies of #A80285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80285

Black with #A80285

Text Example


Text Example

White with #A80285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80285; }

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

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

background-color css

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

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

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

border-color css

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

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

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