Html Css Color HEX #A00382 Dark Magenta

📋 copy color: '#A00382'

red 160 ◦ green 3 ◦ blue 130

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

Shades of Dark Magenta #A00382

Tints of Dark Magenta #A00382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 54.61%
G = 1.02%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00382 (or 0xA00382) is known color: Dark Magenta. HEX triplet: A0, 03 and 82. RGB value is (160,3,130). Sum of RGB (Red+Green+Blue) = 160+3+130=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00382 is #5FFC7D. Grayscale: #404040. Windows color (decimal): -6290558 or 8520608. OLE color: 8520608.

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

Color convert

RGB 160 3 130 -
CMYK 0 0.98 0.19 0.37
HSL 311.47º 0.96% 0.32% -
HSV(B) 311.47º 0.98% 0.63% -
XYZ 18.56 9.15 21.91 -
YUV 64.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 160 3 130 0 0.98 0.19 0.37 311.47 0.96 0.32
Hex A0 3 82 0 62 13 25 137 60 20
Octal 240 3 202 0 142 23 45 467 140 40
Binary 10100000 11 10000010 0 1100010 10011 100101 100110111 1100000 100000

Color Harmonies of #A00382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00382

Black with #A00382

Text Example


Text Example

White with #A00382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00382; }

 p { color: rgb(160,3,130); }

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

background-color css

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

 a { background-color: rgb(160,3,130); }

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

border-color css

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

 span { border-color: rgb(160,3,130); }

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