Html Css Color HEX #A31F8C Dark Purple

📋 copy color: '#A31F8C'

red 163 ◦ green 31 ◦ blue 140

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

Shades of Dark Purple #A31F8C

Tints of Dark Purple #A31F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 48.8%
G = 9.28%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A31F8C (or 0xA31F8C) is known color: Dark Purple. HEX triplet: A3, 1F and 8C. RGB value is (163,31,140). Sum of RGB (Red+Green+Blue) = 163+31+140=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F8C is #5CE073. Grayscale: #525252. Windows color (decimal): -6086772 or 9183139. OLE color: 9183139.

HSL color Cylindrical-coordinate representation of color #A31F8C: hue angle of 310.45º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F8C is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 31 140 -
CMYK 0 0.81 0.14 0.36
HSL 310.45º 0.68% 0.38% -
HSV(B) 310.45º 0.81% 0.64% -
XYZ 20.33 10.66 25.8 -
YUV 82.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 163 31 140 0 0.81 0.14 0.36 310.45 0.68 0.38
Hex A3 1F 8C 0 51 E 24 136 44 26
Octal 243 37 214 0 121 16 44 466 104 46
Binary 10100011 11111 10001100 0 1010001 1110 100100 100110110 1000100 100110

Color Harmonies of #A31F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F8C

Black with #A31F8C

Text Example


Text Example

White with #A31F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F8C; }

 p { color: rgb(163,31,140); }

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

background-color css

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

 a { background-color: rgb(163,31,140); }

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

border-color css

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

 span { border-color: rgb(163,31,140); }

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