Html Css Color HEX #A00285 Dark Magenta

📋 copy color: '#A00285'

red 160 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #A00285

Tints of Dark Magenta #A00285

RGB

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

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

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

R = 54.24%
G = 0.68%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A00285 (or 0xA00285) is known color: Dark Magenta. HEX triplet: A0, 02 and 85. RGB value is (160,2,133). Sum of RGB (Red+Green+Blue) = 160+2+133=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00285 is #5FFD7A. Grayscale: #3F3F3F. Windows color (decimal): -6290811 or 8716960. OLE color: 8716960.

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

Color convert

RGB 160 2 133 -
CMYK 0 0.99 0.17 0.37
HSL 310.25º 0.98% 0.32% -
HSV(B) 310.25º 0.99% 0.63% -
XYZ 18.75 9.21 22.98 -
YUV 64.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 160 2 133 0 0.99 0.17 0.37 310.25 0.98 0.32
Hex A0 2 85 0 63 11 25 136 62 20
Octal 240 2 205 0 143 21 45 466 142 40
Binary 10100000 10 10000101 0 1100011 10001 100101 100110110 1100010 100000

Color Harmonies of #A00285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00285

Black with #A00285

Text Example


Text Example

White with #A00285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00285; }

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

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

background-color css

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

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

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

border-color css

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

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

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