Html Css Color HEX #A00483 Dark Magenta

📋 copy color: '#A00483'

red 160 ◦ green 4 ◦ blue 131

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

Shades of Dark Magenta #A00483

Tints of Dark Magenta #A00483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 131 (51.56% from 255) = 44.41%

R = 54.24%
G = 1.36%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A00483 (or 0xA00483) is known color: Dark Magenta. HEX triplet: A0, 04 and 83. RGB value is (160,4,131). Sum of RGB (Red+Green+Blue) = 160+4+131=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00483 is #5FFB7C. Grayscale: #404040. Windows color (decimal): -6290301 or 8586400. OLE color: 8586400.

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

Color convert

RGB 160 4 131 -
CMYK 0 0.98 0.18 0.37
HSL 311.15º 0.95% 0.32% -
HSV(B) 311.15º 0.98% 0.63% -
XYZ 18.64 9.2 22.27 -
YUV 65.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 160 4 131 0 0.98 0.18 0.37 311.15 0.95 0.32
Hex A0 4 83 0 62 12 25 137 5F 20
Octal 240 4 203 0 142 22 45 467 137 40
Binary 10100000 100 10000011 0 1100010 10010 100101 100110111 1011111 100000

Color Harmonies of #A00483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00483

Black with #A00483

Text Example


Text Example

White with #A00483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00483; }

 p { color: rgb(160,4,131); }

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

background-color css

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

 a { background-color: rgb(160,4,131); }

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

border-color css

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

 span { border-color: rgb(160,4,131); }

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