Html Css Color HEX #A3008D Dark Magenta

📋 copy color: '#A3008D'

red 163 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #A3008D

Tints of Dark Magenta #A3008D

RGB

 RED value IS 163 (64.06% from 255) = 53.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 53.62%
G = 0%
B = 46.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3008D (or 0xA3008D) is known color: Dark Magenta. HEX triplet: A3, 00 and 8D. RGB value is (163,0,141). Sum of RGB (Red+Green+Blue) = 163+0+141=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008D is #5CFF72. Grayscale: #404040. Windows color (decimal): -6094707 or 9240739. OLE color: 9240739.

HSL color Cylindrical-coordinate representation of color #A3008D: hue angle of 308.1º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3008D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 141 -
CMYK 0 1 0.13 0.36
HSL 308.1º 1% 0.32% -
HSV(B) 308.1º 1% 0.64% -
XYZ 19.91 9.71 26.02 -
YUV 64.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 163 0 141 0 1 0.13 0.36 308.1 1 0.32
Hex A3 0 8D 0 64 D 24 134 64 20
Octal 243 0 215 0 144 15 44 464 144 40
Binary 10100011 0 10001101 0 1100100 1101 100100 100110100 1100100 100000

Color Harmonies of #A3008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3008D

Black with #A3008D

Text Example


Text Example

White with #A3008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3008D; }

 p { color: rgb(163,0,141); }

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

background-color css

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

 a { background-color: rgb(163,0,141); }

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

border-color css

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

 span { border-color: rgb(163,0,141); }

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