Html Css Color HEX #A31687 Dark Purple

📋 copy color: '#A31687'

red 163 ◦ green 22 ◦ blue 135

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

Shades of Dark Purple #A31687

Tints of Dark Purple #A31687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 50.94%
G = 6.88%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A31687 (or 0xA31687) is known color: Dark Purple. HEX triplet: A3, 16 and 87. RGB value is (163,22,135). Sum of RGB (Red+Green+Blue) = 163+22+135=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A31687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31687 is #5CE978. Grayscale: #4C4C4C. Windows color (decimal): -6089081 or 8853155. OLE color: 8853155.

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

Color convert

RGB 163 22 135 -
CMYK 0 0.87 0.17 0.36
HSL 311.91º 0.76% 0.36% -
HSV(B) 311.91º 0.87% 0.64% -
XYZ 19.76 10.11 23.83 -
YUV 77.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 163 22 135 0 0.87 0.17 0.36 311.91 0.76 0.36
Hex A3 16 87 0 57 11 24 138 4C 24
Octal 243 26 207 0 127 21 44 470 114 44
Binary 10100011 10110 10000111 0 1010111 10001 100100 100111000 1001100 100100

Color Harmonies of #A31687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31687

Black with #A31687

Text Example


Text Example

White with #A31687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31687; }

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

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

background-color css

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

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

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

border-color css

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

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

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