Html Css Color HEX #A00281 Dark Magenta

📋 copy color: '#A00281'

red 160 ◦ green 2 ◦ blue 129

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

Shades of Dark Magenta #A00281

Tints of Dark Magenta #A00281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 54.98%
G = 0.69%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00281 (or 0xA00281) is known color: Dark Magenta. HEX triplet: A0, 02 and 81. RGB value is (160,2,129). Sum of RGB (Red+Green+Blue) = 160+2+129=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A00281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00281 is #5FFD7E. Grayscale: #3F3F3F. Windows color (decimal): -6290815 or 8454816. OLE color: 8454816.

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

Color convert

RGB 160 2 129 -
CMYK 0 0.99 0.19 0.37
HSL 311.77º 0.98% 0.32% -
HSV(B) 311.77º 0.99% 0.63% -
XYZ 18.48 9.1 21.55 -
YUV 63.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 160 2 129 0 0.99 0.19 0.37 311.77 0.98 0.32
Hex A0 2 81 0 63 13 25 138 62 20
Octal 240 2 201 0 143 23 45 470 142 40
Binary 10100000 10 10000001 0 1100011 10011 100101 100111000 1100010 100000

Color Harmonies of #A00281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00281

Black with #A00281

Text Example


Text Example

White with #A00281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00281; }

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

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

background-color css

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

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

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

border-color css

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

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

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