Html Css Color HEX #A31085 Dark Magenta

📋 copy color: '#A31085'

red 163 ◦ green 16 ◦ blue 133

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

Shades of Dark Magenta #A31085

Tints of Dark Magenta #A31085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 52.24%
G = 5.13%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A31085 (or 0xA31085) is known color: Dark Magenta. HEX triplet: A3, 10 and 85. RGB value is (163,16,133). Sum of RGB (Red+Green+Blue) = 163+16+133=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A31085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31085 is #5CEF7A. Grayscale: #484848. Windows color (decimal): -6090619 or 8720547. OLE color: 8720547.

HSL color Cylindrical-coordinate representation of color #A31085: hue angle of 312.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31085 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 133 -
CMYK 0 0.90 0.18 0.36
HSL 312.24º 0.82% 0.35% -
HSV(B) 312.24º 0.9% 0.64% -
XYZ 19.52 9.85 23.06 -
YUV 73.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 163 16 133 0 0.90 0.18 0.36 312.24 0.82 0.35
Hex A3 10 85 0 5A 12 24 138 52 23
Octal 243 20 205 0 132 22 44 470 122 43
Binary 10100011 10000 10000101 0 1011010 10010 100100 100111000 1010010 100011

Color Harmonies of #A31085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31085

Black with #A31085

Text Example


Text Example

White with #A31085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31085; }

 p { color: rgb(163,16,133); }

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

background-color css

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

 a { background-color: rgb(163,16,133); }

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

border-color css

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

 span { border-color: rgb(163,16,133); }

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