Html Css Color HEX #A40385 Dark Magenta

📋 copy color: '#A40385'

red 164 ◦ green 3 ◦ blue 133

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

Shades of Dark Magenta #A40385

Tints of Dark Magenta #A40385

RGB

 RED value IS 164 (64.45% from 255) = 54.67%

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

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

R = 54.67%
G = 1%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A40385 (or 0xA40385) is known color: Dark Magenta. HEX triplet: A4, 03 and 85. RGB value is (164,3,133). Sum of RGB (Red+Green+Blue) = 164+3+133=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A40385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40385 is #5BFC7A. Grayscale: #414141. Windows color (decimal): -6028411 or 8717220. OLE color: 8717220.

HSL color Cylindrical-coordinate representation of color #A40385: hue angle of 311.55º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40385 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 133 -
CMYK 0 0.98 0.19 0.36
HSL 311.55º 0.96% 0.33% -
HSV(B) 311.55º 0.98% 0.64% -
XYZ 19.58 9.65 23.02 -
YUV 65.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 164 3 133 0 0.98 0.19 0.36 311.55 0.96 0.33
Hex A4 3 85 0 62 13 24 138 60 21
Octal 244 3 205 0 142 23 44 470 140 41
Binary 10100100 11 10000101 0 1100010 10011 100100 100111000 1100000 100001

Color Harmonies of #A40385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40385

Black with #A40385

Text Example


Text Example

White with #A40385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40385; }

 p { color: rgb(164,3,133); }

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

background-color css

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

 a { background-color: rgb(164,3,133); }

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

border-color css

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

 span { border-color: rgb(164,3,133); }

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