Html Css Color HEX #A31487 Dark Purple

📋 copy color: '#A31487'

red 163 ◦ green 20 ◦ blue 135

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

Shades of Dark Purple #A31487

Tints of Dark Purple #A31487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

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

R = 51.26%
G = 6.29%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A31487 (or 0xA31487) is known color: Dark Purple. HEX triplet: A3, 14 and 87. RGB value is (163,20,135). Sum of RGB (Red+Green+Blue) = 163+20+135=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A31487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31487 is #5CEB78. Grayscale: #4B4B4B. Windows color (decimal): -6089593 or 8852643. OLE color: 8852643.

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

Color convert

RGB 163 20 135 -
CMYK 0 0.88 0.17 0.36
HSL 311.75º 0.78% 0.36% -
HSV(B) 311.75º 0.88% 0.64% -
XYZ 19.73 10.04 23.82 -
YUV 75.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 163 20 135 0 0.88 0.17 0.36 311.75 0.78 0.36
Hex A3 14 87 0 58 11 24 138 4E 24
Octal 243 24 207 0 130 21 44 470 116 44
Binary 10100011 10100 10000111 0 1011000 10001 100100 100111000 1001110 100100

Color Harmonies of #A31487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31487

Black with #A31487

Text Example


Text Example

White with #A31487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31487; }

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

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

background-color css

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

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

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

border-color css

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

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

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