Html Css Color HEX #A31685 Dark Purple

📋 copy color: '#A31685'

red 163 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #A31685

Tints of Dark Purple #A31685

RGB

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

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

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

R = 51.26%
G = 6.92%
B = 41.82%

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

#A31685 (or 0xA31685) is known color: Dark Purple. HEX triplet: A3, 16 and 85. RGB value is (163,22,133). Sum of RGB (Red+Green+Blue) = 163+22+133=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A31685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31685 is #5CE97A. Grayscale: #4C4C4C. Windows color (decimal): -6089083 or 8722083. OLE color: 8722083.

HSL color Cylindrical-coordinate representation of color #A31685: hue angle of 312.77º 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 #A31685 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 22 133 -
CMYK 0 0.87 0.18 0.36
HSL 312.77º 0.76% 0.36% -
HSV(B) 312.77º 0.87% 0.64% -
XYZ 19.62 10.05 23.1 -
YUV 76.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 163 22 133 0 0.87 0.18 0.36 312.77 0.76 0.36
Hex A3 16 85 0 57 12 24 139 4C 24
Octal 243 26 205 0 127 22 44 471 114 44
Binary 10100011 10110 10000101 0 1010111 10010 100100 100111001 1001100 100100

Color Harmonies of #A31685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31685

Black with #A31685

Text Example


Text Example

White with #A31685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31685; }

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

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

background-color css

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

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

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

border-color css

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

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

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