Html Css Color HEX #A31787 Dark Purple

📋 copy color: '#A31787'

red 163 ◦ green 23 ◦ blue 135

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

Shades of Dark Purple #A31787

Tints of Dark Purple #A31787

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

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

R = 50.78%
G = 7.17%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A31787 (or 0xA31787) is known color: Dark Purple. HEX triplet: A3, 17 and 87. RGB value is (163,23,135). Sum of RGB (Red+Green+Blue) = 163+23+135=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A31787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31787 is #5CE878. Grayscale: #4D4D4D. Windows color (decimal): -6088825 or 8853411. OLE color: 8853411.

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

Color convert

RGB 163 23 135 -
CMYK 0 0.86 0.17 0.36
HSL 312º 0.75% 0.36% -
HSV(B) 312º 0.86% 0.64% -
XYZ 19.78 10.15 23.84 -
YUV 77.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 163 23 135 0 0.86 0.17 0.36 312 0.75 0.36
Hex A3 17 87 0 56 11 24 138 4B 24
Octal 243 27 207 0 126 21 44 470 113 44
Binary 10100011 10111 10000111 0 1010110 10001 100100 100111000 1001011 100100

Color Harmonies of #A31787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31787

Black with #A31787

Text Example


Text Example

White with #A31787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31787; }

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

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

background-color css

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

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

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

border-color css

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

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

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