Html Css Color HEX #A31686 Dark Purple

📋 copy color: '#A31686'

red 163 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #A31686

Tints of Dark Purple #A31686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 51.1%
G = 6.9%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A31686 (or 0xA31686) is known color: Dark Purple. HEX triplet: A3, 16 and 86. RGB value is (163,22,134). Sum of RGB (Red+Green+Blue) = 163+22+134=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A31686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31686 is #5CE979. Grayscale: #4C4C4C. Windows color (decimal): -6089082 or 8787619. OLE color: 8787619.

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

Color convert

RGB 163 22 134 -
CMYK 0 0.87 0.18 0.36
HSL 312.34º 0.76% 0.36% -
HSV(B) 312.34º 0.87% 0.64% -
XYZ 19.69 10.08 23.46 -
YUV 76.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 163 22 134 0 0.87 0.18 0.36 312.34 0.76 0.36
Hex A3 16 86 0 57 12 24 138 4C 24
Octal 243 26 206 0 127 22 44 470 114 44
Binary 10100011 10110 10000110 0 1010111 10010 100100 100111000 1001100 100100

Color Harmonies of #A31686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31686

Black with #A31686

Text Example


Text Example

White with #A31686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31686; }

 p { color: rgb(163,22,134); }

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

background-color css

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

 a { background-color: rgb(163,22,134); }

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

border-color css

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

 span { border-color: rgb(163,22,134); }

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